class HtmlOutputPrinter

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

@internal

Hierarchy

Expanded class hierarchy of HtmlOutputPrinter

File

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

Namespace

Drupal\Tests\Listeners
View source
class HtmlOutputPrinter extends ResultPrinterBase {
  use HtmlOutputPrinterTrait;
  
  /**
   * {@inheritdoc}
   */
  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.