function SimpletestUiPrinter::write

Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/SimpletestUiPrinter.php \Drupal\TestTools\PhpUnitCompatibility\PhpUnit6\SimpletestUiPrinter::write()
  2. 8.9.x core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/SimpletestUiPrinter.php \Drupal\TestTools\PhpUnitCompatibility\PhpUnit7\SimpletestUiPrinter::write()

File

core/tests/Drupal/Tests/Listeners/SimpletestUiPrinter.php, line 13

Class

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

Namespace

Drupal\Tests\Listeners

Code

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

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