Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108413643
DifferentialUnitTestResult.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Apr 16, 15:25
Size
244 B
Mime Type
text/x-php
Expires
Fri, Apr 18, 15:25 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25469839
Attached To
rPH Phabricator
DifferentialUnitTestResult.php
View Options
<?php
final
class
DifferentialUnitTestResult
extends
Phobject
{
const
RESULT_PASS
=
'pass'
;
const
RESULT_FAIL
=
'fail'
;
const
RESULT_SKIP
=
'skip'
;
const
RESULT_BROKEN
=
'broken'
;
const
RESULT_UNSOUND
=
'unsound'
;
}
Event Timeline
Log In to Comment