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