◆ clearStatus()
PHPUnit\Runner\BaseTestRunner::clearStatus |
( |
| ) |
|
|
protected |
Clears the status message.
◆ getLoader()
PHPUnit\Runner\BaseTestRunner::getLoader |
( |
| ) |
|
◆ loadSuiteClass()
PHPUnit\Runner\BaseTestRunner::loadSuiteClass |
( |
string |
$suiteClassName, |
|
|
string |
$suiteClassFile = '' |
|
) |
| |
|
protected |
Returns the loaded ReflectionClass for a suite name.
◆ runFailed()
PHPUnit\Runner\BaseTestRunner::runFailed |
( |
string |
$message | ) |
|
|
abstractprotected |
◆ STATUS_ERROR
const PHPUnit\Runner\BaseTestRunner::STATUS_ERROR = 4 |
◆ STATUS_FAILURE
const PHPUnit\Runner\BaseTestRunner::STATUS_FAILURE = 3 |
◆ STATUS_INCOMPLETE
const PHPUnit\Runner\BaseTestRunner::STATUS_INCOMPLETE = 2 |
◆ STATUS_PASSED
const PHPUnit\Runner\BaseTestRunner::STATUS_PASSED = 0 |
◆ STATUS_RISKY
const PHPUnit\Runner\BaseTestRunner::STATUS_RISKY = 5 |
◆ STATUS_SKIPPED
const PHPUnit\Runner\BaseTestRunner::STATUS_SKIPPED = 1 |
◆ STATUS_UNKNOWN
const PHPUnit\Runner\BaseTestRunner::STATUS_UNKNOWN = -1 |
◆ STATUS_WARNING
const PHPUnit\Runner\BaseTestRunner::STATUS_WARNING = 6 |
◆ SUITE_METHODNAME
const PHPUnit\Runner\BaseTestRunner::SUITE_METHODNAME = 'suite' |
The documentation for this class was generated from the following file: