function TestRunnerStartedSubscriber::notify
File
-
core/
tests/ Drupal/ TestTools/ Extension/ HtmlLogging/ TestRunnerStartedSubscriber.php, line 17
Class
- TestRunnerStartedSubscriber
- Event subscriber notifying beginning of test runner to HTML logging.
Namespace
Drupal\TestTools\Extension\HtmlLoggingCode
public function notify(Started $event) : void {
$this->logger()
->testRunnerStarted($event);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.