function TestSuiteStartedSubscriber::notify
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteStartedSubscriber.php \PHPUnit\Logging\JUnit\TestSuiteStartedSubscriber::notify()
- 11.1.x vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteStartedSubscriber.php \PHPUnit\Logging\TeamCity\TestSuiteStartedSubscriber::notify()
- 11.1.x vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteStartedSubscriber.php \PHPUnit\TestRunner\TestResult\TestSuiteStartedSubscriber::notify()
Overrides StartedSubscriber::notify
File
-
vendor/
phpunit/ phpunit/ src/ Runner/ ResultCache/ Subscriber/ TestSuiteStartedSubscriber.php, line 22
Class
- TestSuiteStartedSubscriber
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\Runner\ResultCacheCode
public function notify(Started $event) : void {
$this->handler()
->testSuiteStarted();
}