function TestRunnerExecutionFinishedSubscriber::notify
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestRunnerExecutionFinishedSubscriber.php \PHPUnit\Logging\JUnit\TestRunnerExecutionFinishedSubscriber::notify()
Overrides ExecutionFinishedSubscriber::notify
File
-
vendor/
phpunit/ phpunit/ src/ Logging/ TeamCity/ Subscriber/ TestRunnerExecutionFinishedSubscriber.php, line 22
Class
- TestRunnerExecutionFinishedSubscriber
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\Logging\TeamCityCode
public function notify(ExecutionFinished $event) : void {
$this->logger()
->flush();
}