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