[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 final class DifferentialUnitTestResult { 4 5 const RESULT_PASS = 'pass'; 6 const RESULT_FAIL = 'fail'; 7 const RESULT_SKIP = 'skip'; 8 const RESULT_BROKEN = 'broken'; 9 const RESULT_UNSOUND = 'unsound'; 10 const RESULT_POSTPONED = 'postponed'; 11 12 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |