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