| $autoFlush | PHPUnit\Util\Printer | protected |
| $currentTestClassPrettified | PHPUnit\Util\TestDox\ResultPrinter | protected |
| $currentTestMethodPrettified | PHPUnit\Util\TestDox\ResultPrinter | protected |
| $failed | PHPUnit\Util\TestDox\ResultPrinter | protected |
| $incomplete | PHPUnit\Util\TestDox\ResultPrinter | protected |
| $out | PHPUnit\Util\Printer | protected |
| $outTarget | PHPUnit\Util\Printer | protected |
| $prettifier | PHPUnit\Util\TestDox\ResultPrinter | protected |
| $risky | PHPUnit\Util\TestDox\ResultPrinter | protected |
| $skipped | PHPUnit\Util\TestDox\ResultPrinter | protected |
| $successful | PHPUnit\Util\TestDox\ResultPrinter | protected |
| $testClass | PHPUnit\Util\TestDox\ResultPrinter | protected |
| $tests | PHPUnit\Util\TestDox\ResultPrinter | protected |
| $testStatus | PHPUnit\Util\TestDox\ResultPrinter | protected |
| $warned | PHPUnit\Util\TestDox\ResultPrinter | protected |
| __construct($out=null, array $groups=[], array $excludeGroups=[]) | PHPUnit\Util\TestDox\ResultPrinter | |
| PHPUnit::Util::Printer::__construct($out=null) | PHPUnit\Util\Printer | |
| addError(Test $test, \Throwable $t, float $time) | PHPUnit\Util\TestDox\ResultPrinter | |
| addFailure(Test $test, AssertionFailedError $e, float $time) | PHPUnit\Util\TestDox\ResultPrinter | |
| addIncompleteTest(Test $test, \Throwable $t, float $time) | PHPUnit\Util\TestDox\ResultPrinter | |
| addRiskyTest(Test $test, \Throwable $t, float $time) | PHPUnit\Util\TestDox\ResultPrinter | |
| addSkippedTest(Test $test, \Throwable $t, float $time) | PHPUnit\Util\TestDox\ResultPrinter | |
| addWarning(Test $test, Warning $e, float $time) | PHPUnit\Util\TestDox\ResultPrinter | |
| PHPUnit::Framework::TestListener::addWarning(Test $test, Warning $e, float $time) | PHPUnit\Framework\TestListener | |
| doEndClass() | PHPUnit\Util\TestDox\ResultPrinter | protected |
| endClass(string $name) | PHPUnit\Util\TestDox\ResultPrinter | protected |
| endRun() | PHPUnit\Util\TestDox\ResultPrinter | protected |
| endTest(Test $test, float $time) | PHPUnit\Util\TestDox\ResultPrinter | |
| endTestSuite(TestSuite $suite) | PHPUnit\Util\TestDox\ResultPrinter | |
| flush() | PHPUnit\Util\TestDox\ResultPrinter | |
| getAutoFlush() | PHPUnit\Util\Printer | |
| incrementalFlush() | PHPUnit\Util\Printer | |
| onTest($name, bool $success=true) | PHPUnit\Util\TestDox\ResultPrinter | protected |
| setAutoFlush(bool $autoFlush) | PHPUnit\Util\Printer | |
| startClass(string $name) | PHPUnit\Util\TestDox\ResultPrinter | protected |
| startRun() | PHPUnit\Util\TestDox\ResultPrinter | protected |
| startTest(Test $test) | PHPUnit\Util\TestDox\ResultPrinter | |
| startTestSuite(TestSuite $suite) | PHPUnit\Util\TestDox\ResultPrinter | |
| write(string $buffer) | PHPUnit\Util\Printer | |