|
| addSkippedTest (Test $test, Throwable $t, float $time) |
|
| 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) |
|
◆ addSkippedTest()
Issue3379TestListener::addSkippedTest |
( |
Test |
$test, |
|
|
Throwable |
$t, |
|
|
float |
$time |
|
) |
| |
The documentation for this class was generated from the following file: