Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97952758
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
Tue, Jan 7, 22:26
Size
244 B
Mime Type
text/x-php
Expires
Thu, Jan 9, 22:26 (2 d)
Engine
blob
Format
Raw Data
Handle
23433220
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