SimpletestUiPrinter.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\TestTools\PhpUnitCompatibility\PhpUnit7File
-
core/
tests/ Drupal/ TestTools/ PhpUnitCompatibility/ PhpUnit7/ SimpletestUiPrinter.php
View source
<?php
namespace Drupal\TestTools\PhpUnitCompatibility\PhpUnit7;
/**
* Defines a class for providing html output links in the Simpletest UI.
*/
class SimpletestUiPrinter extends HtmlOutputPrinter {
/**
* {@inheritdoc}
*/
public function write(string $buffer) : void {
$this->simpletestUiWrite($buffer);
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
SimpletestUiPrinter | Defines a class for providing html output links in the Simpletest UI. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.