Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93531130
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
Fri, Nov 29, 12:21
Size
307 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 12:21 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22660652
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'
;
const
RESULT_POSTPONED
=
'postponed'
;
}
Event Timeline
Log In to Comment