Changeset View
Changeset View
Standalone View
Standalone View
src/unit/engine/__tests__/PhutilUnitTestEngineTestCase.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Very meta test for @{class:PhutilUnitTestEngine}. | * Very meta test for @{class:PhutilUnitTestEngine}. | ||||
| * | |||||
| * @group testcase | |||||
| */ | */ | ||||
| final class PhutilUnitTestEngineTestCase extends ArcanistTestCase { | final class PhutilUnitTestEngineTestCase extends ArcanistTestCase { | ||||
| static $allTestsCounter = 0; | static $allTestsCounter = 0; | ||||
| static $oneTestCounter = 0; | static $oneTestCounter = 0; | ||||
| static $distinctWillRunTests = array(); | static $distinctWillRunTests = array(); | ||||
| static $distinctDidRunTests = array(); | static $distinctDidRunTests = array(); | ||||
| ▲ Show 20 Lines • Show All 100 Lines • Show Last 20 Lines | |||||