|
static | run ($test, array $arguments=[], $exit=true) |
|
|
const | SUCCESS_EXIT = 0 |
|
const | FAILURE_EXIT = 1 |
|
const | EXCEPTION_EXIT = 2 |
|
const | STATUS_PASSED = 0 |
|
const | STATUS_SKIPPED = 1 |
|
const | STATUS_INCOMPLETE = 2 |
|
const | STATUS_FAILURE = 3 |
|
const | STATUS_ERROR = 4 |
|
const | STATUS_RISKY = 5 |
|
const | STATUS_WARNING = 6 |
|
const | SUITE_METHODNAME = 'suite' |
|
|
| $codeCoverageFilter |
|
| $loader |
|
| $printer |
|
|
static | $versionStringPrinted = false |
|
A TestRunner for the Command Line Interface (CLI) PHP SAPI Module.
◆ __construct()
PHPUnit\TextUI\TestRunner::__construct |
( |
TestSuiteLoader |
$loader = null , |
|
|
CodeCoverageFilter |
$filter = null |
|
) |
| |
- Parameters
-
TestSuiteLoader | $loader | |
CodeCoverageFilter | $filter | |
◆ createTestResult()
PHPUnit\TextUI\TestRunner::createTestResult |
( |
| ) |
|
|
protected |
◆ doRun()
PHPUnit\TextUI\TestRunner::doRun |
( |
Test |
$suite, |
|
|
array |
$arguments = [] , |
|
|
|
$exit = true |
|
) |
| |
- Parameters
-
Test | $suite | |
array | $arguments | |
bool | $exit | |
- Returns
- TestResult
◆ getLoader()
PHPUnit\TextUI\TestRunner::getLoader |
( |
| ) |
|
◆ handleConfiguration()
PHPUnit\TextUI\TestRunner::handleConfiguration |
( |
array & |
$arguments | ) |
|
|
protected |
◆ run()
static PHPUnit\TextUI\TestRunner::run |
( |
|
$test, |
|
|
array |
$arguments = [] , |
|
|
|
$exit = true |
|
) |
| |
|
static |
- Parameters
-
Test | ReflectionClass | $test | |
array | $arguments | |
bool | $exit | |
- Returns
- TestResult
- Exceptions
-
◆ runFailed()
PHPUnit\TextUI\TestRunner::runFailed |
( |
|
$message | ) |
|
|
protected |
◆ setPrinter()
PHPUnit\TextUI\TestRunner::setPrinter |
( |
ResultPrinter |
$resultPrinter | ) |
|
◆ write()
PHPUnit\TextUI\TestRunner::write |
( |
|
$buffer | ) |
|
|
protected |
The documentation for this class was generated from the following file:
- vendor/phpunit/phpunit/src/TextUI/TestRunner.php