Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F8891164
ArcanistExternalLinterTestCase.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
407 B
Subscribers
None
ArcanistExternalLinterTestCase.php
View Options
<?php
abstract
class
ArcanistExternalLinterTestCase
extends
ArcanistLinterTestCase
{
final
public
function
testVersion
()
{
try
{
$version
=
$this
->
getLinter
()->
getVersion
();
$this
->
assertTrue
(
$version
!==
false
,
pht
(
'Failed to parse version from command.'
));
}
catch
(
ArcanistMissingLinterException
$ex
)
{
$this
->
assertSkipped
(
$ex
->
getMessage
());
}
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Jun 10, 2:47 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
3388000
Default Alt Text
ArcanistExternalLinterTestCase.php (407 B)
Attached To
rARC Arcanist
Event Timeline
Log In to Comment