file-fetcher
|
Public Member Functions | |
__construct ($out=null) | |
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) | |
![]() | |
incrementalFlush () | |
write (string $buffer) | |
getAutoFlush () | |
setAutoFlush (bool $autoFlush) | |
![]() | |
addWarning (Test $test, Warning $e, float $time) | |
Additional Inherited Members | |
![]() | |
$autoFlush = false | |
$out | |
$outTarget | |
PHPUnit\Util\TestDox\XmlResultPrinter::__construct | ( | $out = null | ) |
PHPUnit\Util\TestDox\XmlResultPrinter::addError | ( | Test | $test, |
\Throwable | $t, | ||
float | $time | ||
) |
An error occurred.
Implements PHPUnit\Framework\TestListener.
PHPUnit\Util\TestDox\XmlResultPrinter::addFailure | ( | Test | $test, |
AssertionFailedError | $e, | ||
float | $time | ||
) |
A failure occurred.
Implements PHPUnit\Framework\TestListener.
PHPUnit\Util\TestDox\XmlResultPrinter::addIncompleteTest | ( | Test | $test, |
\Throwable | $t, | ||
float | $time | ||
) |
Incomplete test.
Implements PHPUnit\Framework\TestListener.
PHPUnit\Util\TestDox\XmlResultPrinter::addRiskyTest | ( | Test | $test, |
\Throwable | $t, | ||
float | $time | ||
) |
Risky test.
Implements PHPUnit\Framework\TestListener.
PHPUnit\Util\TestDox\XmlResultPrinter::addSkippedTest | ( | Test | $test, |
\Throwable | $t, | ||
float | $time | ||
) |
Skipped test.
Implements PHPUnit\Framework\TestListener.
A warning occurred.
PHPUnit\Util\TestDox\XmlResultPrinter::endTest | ( | Test | $test, |
float | $time | ||
) |
PHPUnit\Util\TestDox\XmlResultPrinter::endTestSuite | ( | TestSuite | $suite | ) |
A test suite ended.
Implements PHPUnit\Framework\TestListener.
PHPUnit\Util\TestDox\XmlResultPrinter::flush | ( | ) |
Flush buffer and close output.
Reimplemented from PHPUnit\Util\Printer.
PHPUnit\Util\TestDox\XmlResultPrinter::startTest | ( | Test | $test | ) |
A test started.
Implements PHPUnit\Framework\TestListener.
PHPUnit\Util\TestDox\XmlResultPrinter::startTestSuite | ( | TestSuite | $suite | ) |
A test suite started.
Implements PHPUnit\Framework\TestListener.