public function __get($name)Inherited
public function __get($name)
Inherited
Parameters
$name |
Return
wild |
public function __set($name, $value)Inherited
public function __set($name, $value)
Inherited
Parameters
$name | ||
$value |
Return
wild |
public function current()Inherited
public function current()
Inherited
Return
wild |
public function key()Inherited
public function key()
Inherited
Return
wild |
public function next()Inherited
public function next()
Inherited
Return
wild |
public function rewind()Inherited
public function rewind()
Inherited
Return
wild |
public function valid()Inherited
public function valid()
Inherited
Return
wild |
private function throwOnAttemptedIteration()Inherited
private function throwOnAttemptedIteration()
Inherited
Return
wild |
public function getPhobjectClassConstant($key, $byte_limit)Inherited
public function getPhobjectClassConstant($key, $byte_limit)
Inherited
Phobject
Read the value of a class constant.
This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.
Parameters
string | $key | Name of the constant. |
int|null | $byte_limit | Maximum number of bytes permitted in the value. |
Return
string | Value of the constant. |
final public function __construct()Inherited
final public function __construct()
Inherited
Return
this | //Implicit.// |
public function getEngineConfigurationName()Inherited
public function getEngineConfigurationName()
Inherited
Return
wild |
final public function setRunAllTests($run_all_tests)Inherited
final public function setRunAllTests($run_all_tests)
Inherited
Parameters
$run_all_tests |
Return
wild |
final public function getRunAllTests()Inherited
final public function getRunAllTests()
Inherited
Return
wild |
protected function supportsRunAllTests()
protected function supportsRunAllTests()
Return
wild |
final public function setConfigurationManager($configuration_manager)Inherited
final public function setConfigurationManager($configuration_manager)
Inherited
Parameters
ArcanistConfigurationManager | $configuration_manager |
Return
wild |
final public function getConfigurationManager()Inherited
final public function getConfigurationManager()
Inherited
Return
wild |
final public function setWorkingCopy($working_copy)Inherited
final public function setWorkingCopy($working_copy)
Inherited
Parameters
ArcanistWorkingCopyIdentity | $working_copy |
Return
wild |
final public function getWorkingCopy()Inherited
final public function getWorkingCopy()
Inherited
Return
wild |
final public function setPaths($paths)Inherited
final public function setPaths($paths)
Inherited
Parameters
array | $paths |
Return
wild |
final public function getPaths()Inherited
final public function getPaths()
Inherited
Return
wild |
final public function setEnableCoverage($enable_coverage)Inherited
final public function setEnableCoverage($enable_coverage)
Inherited
Parameters
$enable_coverage |
Return
wild |
final public function getEnableCoverage()Inherited
final public function getEnableCoverage()
Inherited
Return
wild |
final public function setRenderer($renderer)Inherited
final public function setRenderer($renderer)
Inherited
Parameters
ArcanistUnitRenderer | $renderer |
Return
wild |
public function run()
public function run()
Return
wild |
public function shouldEchoTestResults()
public function shouldEchoTestResults()
ArcanistUnitTestEngine
Modify the return value of this function in the child class, if you do not need to echo the test results after all the tests have been run. This is the case for example when the child class prints the tests results while the tests are running.
ArcanistConfigurationDrivenUnitTestEngine
Return
wild |
public function buildTestEngines()
public function buildTestEngines()
Return
wild |
private function loadAvailableTestEngines()
private function loadAvailableTestEngines()
Return
wild |
private function matchPaths($paths, $include, $exclude)
private function matchPaths($paths, $include, $exclude)
TODO: This is copied from ArcanistConfigurationDrivenLintEngine.
Parameters
array | $paths | |
array | $include | |
array | $exclude |
Return
wild |