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