|
| __construct ($out=null, array $groups=[], array $excludeGroups=[]) |
|
| flush () |
|
| addError (Test $test, \Exception $e, $time) |
|
| addWarning (Test $test, Warning $e, $time) |
|
| addFailure (Test $test, AssertionFailedError $e, $time) |
|
| addIncompleteTest (Test $test, \Exception $e, $time) |
|
| addRiskyTest (Test $test, \Exception $e, $time) |
|
| addSkippedTest (Test $test, \Exception $e, $time) |
|
| startTestSuite (TestSuite $suite) |
|
| endTestSuite (TestSuite $suite) |
|
| startTest (Test $test) |
|
| endTest (Test $test, $time) |
|
| __construct ($out=null) |
|
| incrementalFlush () |
|
| write ($buffer) |
|
| getAutoFlush () |
|
| setAutoFlush ($autoFlush) |
|
| addWarning (Test $test, Warning $e, $time) |
|
| $prettifier |
|
| $testClass = '' |
|
| $testStatus |
|
| $tests = [] |
|
| $successful = 0 |
|
| $warned = 0 |
|
| $failed = 0 |
|
| $risky = 0 |
|
| $skipped = 0 |
|
| $incomplete = 0 |
|
| $currentTestClassPrettified |
|
| $currentTestMethodPrettified |
|
| $autoFlush = false |
|
| $out |
|
| $outTarget |
|
Prints TestDox documentation in text format.