class PHPUnit_TextUI_TestRunner

A TestRunner for the Command Line Interface (CLI) PHP SAPI Module.

@package PHPUnit @subpackage TextUI @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link http://www.phpunit.de/ @since Class available since Release 2.0.0

Hierarchy

Expanded class hierarchy of PHPUnit_TextUI_TestRunner

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/TestRunner.php, line 58

View source

Members

Namesort descending Modifiers Type Description Overrides
PHPUnit_Runner_BaseTestRunner::clearStatus protected function Clears the status message.
PHPUnit_Runner_BaseTestRunner::getTest public function Returns the Test corresponding to the given suite. This is a template method, subclasses override the runFailed() and clearStatus() methods.
PHPUnit_Runner_BaseTestRunner::loadSuiteClass protected function Returns the loaded ReflectionClass for a suite name.
PHPUnit_Runner_BaseTestRunner::STATUS_ERROR constant
PHPUnit_Runner_BaseTestRunner::STATUS_FAILURE constant
PHPUnit_Runner_BaseTestRunner::STATUS_INCOMPLETE constant
PHPUnit_Runner_BaseTestRunner::STATUS_PASSED constant
PHPUnit_Runner_BaseTestRunner::STATUS_SKIPPED constant
PHPUnit_Runner_BaseTestRunner::SUITE_METHODNAME constant
PHPUnit_TextUI_TestRunner::$codeCoverageFilter protected property
PHPUnit_TextUI_TestRunner::$loader protected property
PHPUnit_TextUI_TestRunner::$printer protected property
PHPUnit_TextUI_TestRunner::$versionStringPrinted protected static property
PHPUnit_TextUI_TestRunner::createTestResult protected function
PHPUnit_TextUI_TestRunner::doRun public function
PHPUnit_TextUI_TestRunner::EXCEPTION_EXIT constant
PHPUnit_TextUI_TestRunner::FAILURE_EXIT constant
PHPUnit_TextUI_TestRunner::getLoader public function Returns the loader to be used. Overrides PHPUnit_Runner_BaseTestRunner::getLoader
PHPUnit_TextUI_TestRunner::handleConfiguration protected function @since Method available since Release 3.2.1
PHPUnit_TextUI_TestRunner::printVersionString public static function
PHPUnit_TextUI_TestRunner::run public static function
PHPUnit_TextUI_TestRunner::runFailed protected function Override to define how to handle a failed loading of a test suite. Overrides PHPUnit_Runner_BaseTestRunner::runFailed
PHPUnit_TextUI_TestRunner::setPrinter public function
PHPUnit_TextUI_TestRunner::showError public static function
PHPUnit_TextUI_TestRunner::SUCCESS_EXIT constant
PHPUnit_TextUI_TestRunner::write protected static function @since Method available since Release 3.1.0
PHPUnit_TextUI_TestRunner::__construct public function @since Method available since Release 3.4.0