function TestRunnerStartedSubscriber::notify

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerStartedSubscriber.php \Drupal\TestTools\Extension\HtmlLogging\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\HtmlLogging

Code

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.