|
| __construct ($out=null) |
|
| 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) |
|
| incrementalFlush () |
|
| write ($buffer) |
|
| getAutoFlush () |
|
| setAutoFlush ($autoFlush) |
|
| addWarning (Test $test, Warning $e, $time) |
|
|
| $autoFlush = false |
|
| $out |
|
| $outTarget |
|
◆ __construct()
PHPUnit\Util\TestDox\XmlResultPrinter::__construct |
( |
|
$out = null | ) |
|
◆ addError()
PHPUnit\Util\TestDox\XmlResultPrinter::addError |
( |
Test |
$test, |
|
|
\Exception |
$e, |
|
|
|
$time |
|
) |
| |
◆ addFailure()
◆ addIncompleteTest()
PHPUnit\Util\TestDox\XmlResultPrinter::addIncompleteTest |
( |
Test |
$test, |
|
|
\Exception |
$e, |
|
|
|
$time |
|
) |
| |
◆ addRiskyTest()
PHPUnit\Util\TestDox\XmlResultPrinter::addRiskyTest |
( |
Test |
$test, |
|
|
\Exception |
$e, |
|
|
|
$time |
|
) |
| |
◆ addSkippedTest()
PHPUnit\Util\TestDox\XmlResultPrinter::addSkippedTest |
( |
Test |
$test, |
|
|
\Exception |
$e, |
|
|
|
$time |
|
) |
| |
◆ addWarning()
PHPUnit\Util\TestDox\XmlResultPrinter::addWarning |
( |
Test |
$test, |
|
|
Warning |
$e, |
|
|
|
$time |
|
) |
| |
A warning occurred.
- Parameters
-
Test | $test | |
Warning | $e | |
float | $time | |
◆ endTest()
PHPUnit\Util\TestDox\XmlResultPrinter::endTest |
( |
Test |
$test, |
|
|
|
$time |
|
) |
| |
◆ endTestSuite()
PHPUnit\Util\TestDox\XmlResultPrinter::endTestSuite |
( |
TestSuite |
$suite | ) |
|
◆ flush()
PHPUnit\Util\TestDox\XmlResultPrinter::flush |
( |
| ) |
|
◆ startTest()
PHPUnit\Util\TestDox\XmlResultPrinter::startTest |
( |
Test |
$test | ) |
|
◆ startTestSuite()
PHPUnit\Util\TestDox\XmlResultPrinter::startTestSuite |
( |
TestSuite |
$suite | ) |
|
The documentation for this class was generated from the following file:
- vendor/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php