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