protected function getPhabricatorTestCaseConfiguration()
protected function getPhabricatorTestCaseConfiguration()
Return
wild |
private function getComputedConfiguration()
private function getComputedConfiguration()
Return
wild |
public function willRunTestCases($test_cases)
public function willRunTestCases($test_cases)
Parameters
array | $test_cases |
Return
wild |
public function didRunTestCases($test_cases)
public function didRunTestCases($test_cases)
Parameters
array | $test_cases |
Return
wild |
protected function willRunTests()
protected function willRunTests()
Return
wild |
protected function didRunTests()
protected function didRunTests()
Return
wild |
protected function willRunOneTest($test)
protected function willRunOneTest($test)
Parameters
$test |
Return
wild |
protected function didRunOneTest($test)
protected function didRunOneTest($test)
Parameters
$test |
Return
wild |
protected function newStorageFixture()
protected function newStorageFixture()
Return
wild |
protected function getNextObjectSeed()
protected function getNextObjectSeed()
Returns an integer seed to use when building unique identifiers (e.g., non-colliding usernames). The seed is unstable and its value will change between test runs, so your tests must not rely on it.
Return
int | A unique integer. |
protected function generateNewTestUser()
protected function generateNewTestUser()
Return
wild |
public static function assertExecutingUnitTests()
public static function assertExecutingUnitTests()
Throws unless tests are currently executing. This method can be used to guard code which is specific to unit tests and should not normally be reachable.
If tests aren't currently being executed, throws an exception.
Return
wild |
protected function requireBinaryForTest($binary)
protected function requireBinaryForTest($binary)
Parameters
$binary |
Return
wild |
protected function newContentSource()
protected function newContentSource()
Return
wild |