[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

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

   1  <?php
   2  
   3  final class DifferentialUnitStatus {
   4  
   5    const UNIT_NONE             = 0;
   6    const UNIT_OKAY             = 1;
   7    const UNIT_WARN             = 2;
   8    const UNIT_FAIL             = 3;
   9    const UNIT_SKIP             = 4;
  10    const UNIT_POSTPONED        = 5;
  11    const UNIT_AUTO_SKIP        = 6;
  12  
  13  }


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