This is the complete list of members for PHPUnit\Util\Log\JUnit, including all inherited members.
$autoFlush | PHPUnit\Util\Printer | protected |
$out | PHPUnit\Util\Printer | protected |
$outTarget | PHPUnit\Util\Printer | protected |
__construct($out=null, bool $reportRiskyTests=false) | PHPUnit\Util\Log\JUnit | |
PHPUnit::Util::Printer::__construct($out=null) | PHPUnit\Util\Printer | |
addError(Test $test, \Throwable $t, float $time) | PHPUnit\Util\Log\JUnit | |
addFailure(Test $test, AssertionFailedError $e, float $time) | PHPUnit\Util\Log\JUnit | |
addIncompleteTest(Test $test, \Throwable $t, float $time) | PHPUnit\Util\Log\JUnit | |
addRiskyTest(Test $test, \Throwable $t, float $time) | PHPUnit\Util\Log\JUnit | |
addSkippedTest(Test $test, \Throwable $t, float $time) | PHPUnit\Util\Log\JUnit | |
addWarning(Test $test, Warning $e, float $time) | PHPUnit\Util\Log\JUnit | |
PHPUnit::Framework::TestListener::addWarning(Test $test, Warning $e, float $time) | PHPUnit\Framework\TestListener | |
endTest(Test $test, float $time) | PHPUnit\Util\Log\JUnit | |
endTestSuite(TestSuite $suite) | PHPUnit\Util\Log\JUnit | |
flush() | PHPUnit\Util\Log\JUnit | |
getAutoFlush() | PHPUnit\Util\Printer | |
getXML() | PHPUnit\Util\Log\JUnit | |
incrementalFlush() | PHPUnit\Util\Printer | |
setAutoFlush(bool $autoFlush) | PHPUnit\Util\Printer | |
startTest(Test $test) | PHPUnit\Util\Log\JUnit | |
startTestSuite(TestSuite $suite) | PHPUnit\Util\Log\JUnit | |
write(string $buffer) | PHPUnit\Util\Printer | |