Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F8891128
ArcanistClosureLinterTestCase.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
370 B
Subscribers
None
ArcanistClosureLinterTestCase.php
View Options
<?php
final
class
ArcanistClosureLinterTestCase
extends
ArcanistExternalLinterTestCase
{
protected
function
getLinter
()
{
$linter
=
new
ArcanistClosureLinter
();
$linter
->
setFlags
(
array
(
'--additional_extensions=lint-test'
));
return
$linter
;
}
public
function
testLinter
()
{
$this
->
executeTestsInDirectory
(
dirname
(
__FILE__
).
'/gjslint/'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Jun 10, 2:46 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
3387965
Default Alt Text
ArcanistClosureLinterTestCase.php (370 B)
Attached To
rARC Arcanist
Event Timeline
Log In to Comment