Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2891924
ArcanistClosureLinterTestCase.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
370 B
Referenced Files
None
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
Sun, Jan 19, 15:57 (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1117761
Default Alt Text
ArcanistClosureLinterTestCase.php (370 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment