function HtmlOutputPrinter::printResult

File

core/tests/Drupal/Tests/Listeners/HtmlOutputPrinter.php, line 32

Class

HtmlOutputPrinter
Defines a class for providing html output results for functional tests.

Namespace

Drupal\Tests\Listeners

Code

public function printResult(TestResult $result) : void {
  parent::printResult($result);
  $this->printHtmlOutput();
}

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