You are here

public function SimpletestUiPrinter::write in Drupal 8

Same name in this branch
  1. 8 core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/SimpletestUiPrinter.php \Drupal\TestTools\PhpUnitCompatibility\PhpUnit7\SimpletestUiPrinter::write()
  2. 8 core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/SimpletestUiPrinter.php \Drupal\TestTools\PhpUnitCompatibility\PhpUnit6\SimpletestUiPrinter::write()

File

core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/SimpletestUiPrinter.php, line 13

Class

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

Namespace

Drupal\TestTools\PhpUnitCompatibility\PhpUnit6

Code

public function write($buffer) {
  $this
    ->simpletestUiWrite($buffer);
}