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/JUnit/Subscriber/TestPreparedSubscriber.php \PHPUnit\Logging\JUnit\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/TestResult/Subscriber/TestPreparedSubscriber.php \PHPUnit\TestRunner\TestResult\TestPreparedSubscriber::notify()
Overrides PreparedSubscriber::notify
File
-
vendor/
phpunit/ phpunit/ src/ Runner/ ResultCache/ Subscriber/ TestPreparedSubscriber.php, line 22
Class
- TestPreparedSubscriber
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\Runner\ResultCacheCode
public function notify(Prepared $event) : void {
$this->handler()
->testPrepared($event);
}