public function SimpletestUiPrinter::write in Drupal 8
Same name in this branch
- 8 core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/SimpletestUiPrinter.php \Drupal\TestTools\PhpUnitCompatibility\PhpUnit7\SimpletestUiPrinter::write()
- 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\PhpUnit6Code
public function write($buffer) {
$this
->simpletestUiWrite($buffer);
}