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