|
| | __construct ($out=null, array $groups=[], array $excludeGroups=[]) |
| |
| | flush () |
| |
| | addError (Test $test, \Throwable $t, float $time) |
| |
| | addWarning (Test $test, Warning $e, float $time) |
| |
| | addFailure (Test $test, AssertionFailedError $e, float $time) |
| |
| | addIncompleteTest (Test $test, \Throwable $t, float $time) |
| |
| | addRiskyTest (Test $test, \Throwable $t, float $time) |
| |
| | addSkippedTest (Test $test, \Throwable $t, float $time) |
| |
| | startTestSuite (TestSuite $suite) |
| |
| | endTestSuite (TestSuite $suite) |
| |
| | startTest (Test $test) |
| |
| | endTest (Test $test, float $time) |
| |
| | __construct ($out=null) |
| |
| | incrementalFlush () |
| |
| | write (string $buffer) |
| |
| | getAutoFlush () |
| |
| | setAutoFlush (bool $autoFlush) |
| |
| | addWarning (Test $test, Warning $e, float $time) |
| |
◆ __construct()
| PHPUnit\Util\TestDox\ResultPrinter::__construct |
( |
|
$out = null, |
|
|
array |
$groups = [], |
|
|
array |
$excludeGroups = [] |
|
) |
| |
◆ addError()
| PHPUnit\Util\TestDox\ResultPrinter::addError |
( |
Test |
$test, |
|
|
\Throwable |
$t, |
|
|
float |
$time |
|
) |
| |
◆ addFailure()
◆ addIncompleteTest()
| PHPUnit\Util\TestDox\ResultPrinter::addIncompleteTest |
( |
Test |
$test, |
|
|
\Throwable |
$t, |
|
|
float |
$time |
|
) |
| |
◆ addRiskyTest()
| PHPUnit\Util\TestDox\ResultPrinter::addRiskyTest |
( |
Test |
$test, |
|
|
\Throwable |
$t, |
|
|
float |
$time |
|
) |
| |
◆ addSkippedTest()
| PHPUnit\Util\TestDox\ResultPrinter::addSkippedTest |
( |
Test |
$test, |
|
|
\Throwable |
$t, |
|
|
float |
$time |
|
) |
| |
◆ addWarning()
| PHPUnit\Util\TestDox\ResultPrinter::addWarning |
( |
Test |
$test, |
|
|
Warning |
$e, |
|
|
float |
$time |
|
) |
| |
◆ doEndClass()
| PHPUnit\Util\TestDox\ResultPrinter::doEndClass |
( |
| ) |
|
|
protected |
◆ endClass()
| PHPUnit\Util\TestDox\ResultPrinter::endClass |
( |
string |
$name | ) |
|
|
protected |
Handler for 'end class' event.
◆ endRun()
| PHPUnit\Util\TestDox\ResultPrinter::endRun |
( |
| ) |
|
|
protected |
Handler for 'end run' event.
◆ endTest()
| PHPUnit\Util\TestDox\ResultPrinter::endTest |
( |
Test |
$test, |
|
|
float |
$time |
|
) |
| |
◆ endTestSuite()
| PHPUnit\Util\TestDox\ResultPrinter::endTestSuite |
( |
TestSuite |
$suite | ) |
|
◆ flush()
| PHPUnit\Util\TestDox\ResultPrinter::flush |
( |
| ) |
|
◆ onTest()
| PHPUnit\Util\TestDox\ResultPrinter::onTest |
( |
|
$name, |
|
|
bool |
$success = true |
|
) |
| |
|
protected |
Handler for 'on test' event.
◆ startClass()
| PHPUnit\Util\TestDox\ResultPrinter::startClass |
( |
string |
$name | ) |
|
|
protected |
Handler for 'start class' event.
◆ startRun()
| PHPUnit\Util\TestDox\ResultPrinter::startRun |
( |
| ) |
|
|
protected |
Handler for 'start run' event.
◆ startTest()
| PHPUnit\Util\TestDox\ResultPrinter::startTest |
( |
Test |
$test | ) |
|
◆ startTestSuite()
| PHPUnit\Util\TestDox\ResultPrinter::startTestSuite |
( |
TestSuite |
$suite | ) |
|
◆ $currentTestClassPrettified
| PHPUnit\Util\TestDox\ResultPrinter::$currentTestClassPrettified |
|
protected |
◆ $currentTestMethodPrettified
| PHPUnit\Util\TestDox\ResultPrinter::$currentTestMethodPrettified |
|
protected |
◆ $failed
| PHPUnit\Util\TestDox\ResultPrinter::$failed = 0 |
|
protected |
◆ $incomplete
| PHPUnit\Util\TestDox\ResultPrinter::$incomplete = 0 |
|
protected |
◆ $prettifier
| PHPUnit\Util\TestDox\ResultPrinter::$prettifier |
|
protected |
◆ $risky
| PHPUnit\Util\TestDox\ResultPrinter::$risky = 0 |
|
protected |
◆ $skipped
| PHPUnit\Util\TestDox\ResultPrinter::$skipped = 0 |
|
protected |
◆ $successful
| PHPUnit\Util\TestDox\ResultPrinter::$successful = 0 |
|
protected |
◆ $testClass
| PHPUnit\Util\TestDox\ResultPrinter::$testClass = '' |
|
protected |
◆ $tests
| PHPUnit\Util\TestDox\ResultPrinter::$tests = [] |
|
protected |
◆ $testStatus
| PHPUnit\Util\TestDox\ResultPrinter::$testStatus |
|
protected |
◆ $warned
| PHPUnit\Util\TestDox\ResultPrinter::$warned = 0 |
|
protected |
The documentation for this class was generated from the following file: