function TestErroredSubscriber::notify
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestErroredSubscriber.php \PHPUnit\Logging\JUnit\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()
Overrides ErroredSubscriber::notify
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Output/ Default/ ProgressPrinter/ Subscriber/ TestErroredSubscriber.php, line 22
Class
- TestErroredSubscriber
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TextUI\Output\Default\ProgressPrinterCode
public function notify(Errored $event) : void {
$this->printer()
->testErrored($event);
}