|
| | __construct ($out=null) |
| |
| | flush () |
| |
| | incrementalFlush () |
| |
| | write (string $buffer) |
| |
| | getAutoFlush () |
| |
| | setAutoFlush (bool $autoFlush) |
| |
| | 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) |
| |
| | $autoFlush = false |
| |
| | $out |
| |
| | $outTarget |
| |
The documentation for this class was generated from the following file: