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