Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91289945
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
Sat, Nov 9, 17:13
Size
244 B
Mime Type
text/x-php
Expires
Mon, Nov 11, 17:13 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22220086
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