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