Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3281889
ArcanistExternalLinterTestCase.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
407 B
Referenced Files
None
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
Mon, Mar 24, 02:20 (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1116462
Default Alt Text
ArcanistExternalLinterTestCase.php (407 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment