function SimpletestUiPrinter::write

Same name in this branch
  1. 8.9.x core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/SimpletestUiPrinter.php \Drupal\TestTools\PhpUnitCompatibility\PhpUnit6\SimpletestUiPrinter::write()
Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Listeners/SimpletestUiPrinter.php \Drupal\Tests\Listeners\SimpletestUiPrinter::write()

File

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

Class

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

Namespace

Drupal\TestTools\PhpUnitCompatibility\PhpUnit7

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.