function TestErroredSubscriber::notify
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestErroredSubscriber.php \PHPUnit\TextUI\Output\Default\ProgressPrinter\TestErroredSubscriber::notify()
- 11.1.x vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestErroredSubscriber.php \PHPUnit\Logging\TeamCity\TestErroredSubscriber::notify()
- 11.1.x vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestErroredSubscriber.php \PHPUnit\Logging\TestDox\TestErroredSubscriber::notify()
- 11.1.x vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestErroredSubscriber.php \PHPUnit\Runner\ResultCache\TestErroredSubscriber::notify()
- 11.1.x vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestErroredSubscriber.php \PHPUnit\TestRunner\TestResult\TestErroredSubscriber::notify()
Throws
Overrides ErroredSubscriber::notify
File
-
vendor/
phpunit/ phpunit/ src/ Logging/ JUnit/ Subscriber/ TestErroredSubscriber.php, line 26
Class
- TestErroredSubscriber
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\Logging\JUnitCode
public function notify(Errored $event) : void {
$this->logger()
->testErrored($event);
}