Implements empty default methods for PHPUnit\Framework\TestListener.
addError(Test $test, Throwable $t, float $time): void
Test $test Throwable $t float $time voidaddFailure(Test $test, AssertionFailedError $e, float $time): void
Test $test AssertionFailedError $e float $time voidaddIncompleteTest(Test $test, Throwable $t, float $time): void
Test $test Throwable $t float $time voidaddRiskyTest(Test $test, Throwable $t, float $time): void
Test $test Throwable $t float $time voidaddSkippedTest(Test $test, Throwable $t, float $time): void
Test $test Throwable $t float $time voidaddWarning(Test $test, Warning $e, float $time): void
Test $test Warning $e float $time voidendTest(Test $test, float $time): void
Test $test float $time voidendTestSuite(TestSuite $suite): void
TestSuite $suite voidstartTest(Test $test): void
Test $test voidstartTestSuite(TestSuite $suite): void
TestSuite $suite void
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.4/trait-Cake.TestSuite.TestListenerTrait.html