function TestRunnerFinishedSubscriber::notify

Same name in this branch
  1. 11.x core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerFinishedSubscriber.php \Drupal\TestTools\Extension\HtmlLogging\TestRunnerFinishedSubscriber::notify()

File

core/tests/Drupal/TestTools/Extension/Dump/TestRunnerFinishedSubscriber.php, line 22

Class

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

Namespace

Drupal\TestTools\Extension\Dump

Code

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

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