function TestRunnerFinishedSubscriber::notify

File

core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerFinishedSubscriber.php, line 17

Class

TestRunnerFinishedSubscriber
Event subscriber notifying end of test runner execution to HTML logging.

Namespace

Drupal\TestTools\Extension\HtmlLogging

Code

public function notify(Finished $event) : void {
    $this->logger()
        ->testRunnerFinished($event);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.