function TestPreparedSubscriber::notify
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestPreparedSubscriber.php \PHPUnit\TextUI\Output\Default\ProgressPrinter\TestPreparedSubscriber::notify()
- 11.1.x vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestPreparedSubscriber.php \PHPUnit\Logging\TeamCity\TestPreparedSubscriber::notify()
- 11.1.x vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestPreparedSubscriber.php \PHPUnit\Logging\TestDox\TestPreparedSubscriber::notify()
- 11.1.x vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestPreparedSubscriber.php \PHPUnit\Runner\ResultCache\TestPreparedSubscriber::notify()
- 11.1.x vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestPreparedSubscriber.php \PHPUnit\TestRunner\TestResult\TestPreparedSubscriber::notify()
Throws
Overrides PreparedSubscriber::notify
File
-
vendor/
phpunit/ phpunit/ src/ Logging/ JUnit/ Subscriber/ TestPreparedSubscriber.php, line 26
Class
- TestPreparedSubscriber
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\Logging\JUnitCode
public function notify(Prepared $event) : void {
$this->logger()
->testPrepared();
}