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