[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/differential/constants/ -> DifferentialUnitTestResult.php (source)

   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  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1