You are here

SimpletestUiPrinter.php in Drupal 8

File

core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/SimpletestUiPrinter.php
View source
<?php

namespace Drupal\TestTools\PhpUnitCompatibility\PhpUnit6;


/**
 * Defines a class for providing html output links in the Simpletest UI.
 */
class SimpletestUiPrinter extends HtmlOutputPrinter {

  /**
   * {@inheritdoc}
   */
  public function write($buffer) {
    $this
      ->simpletestUiWrite($buffer);
  }

}

Classes

Namesort descending Description
SimpletestUiPrinter Defines a class for providing html output links in the Simpletest UI.