function TestTriggeredPhpunitErrorSubscriber::notify
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php \PHPUnit\Logging\TestDox\TestTriggeredPhpunitErrorSubscriber::notify()
Overrides PhpunitErrorTriggeredSubscriber::notify
File
-
vendor/
phpunit/ phpunit/ src/ Runner/ TestResult/ Subscriber/ TestTriggeredPhpunitErrorSubscriber.php, line 22
Class
- TestTriggeredPhpunitErrorSubscriber
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TestRunner\TestResultCode
public function notify(PhpunitErrorTriggered $event) : void {
$this->collector()
->testTriggeredPhpunitError($event);
}