Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889568
ArcanistRubyLinterTestCase.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
433 B
Referenced Files
None
Subscribers
None
ArcanistRubyLinterTestCase.php
View Options
<?php
/**
* Test cases for @{class:ArcanistRubyLinter}.
*
* @group testcase
*/
final
class
ArcanistRubyLinterTestCase
extends
ArcanistArcanistLinterTestCase
{
public
function
testRubyLint
(
)
{
$linter
=
new
ArcanistRubyLinter
(
)
;
$working_copy
=
ArcanistWorkingCopyIdentity
::
newFromPath
(
__FILE__
)
;
return
$this
->
executeTestsInDirectory
(
dirname
(
__FILE__
)
.
'/ruby/'
,
$linter
,
$working_copy
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 12:21 (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124503
Default Alt Text
ArcanistRubyLinterTestCase.php (433 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment