class SimpletestUiPrinter in Drupal 8
Same name in this branch
- 8 core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/SimpletestUiPrinter.php \Drupal\TestTools\PhpUnitCompatibility\PhpUnit7\SimpletestUiPrinter
- 8 core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/SimpletestUiPrinter.php \Drupal\TestTools\PhpUnitCompatibility\PhpUnit6\SimpletestUiPrinter
Defines a class for providing html output links in the Simpletest UI.
Hierarchy
- class \Drupal\TestTools\PhpUnitCompatibility\PhpUnit6\HtmlOutputPrinter extends \PHPUnit\TextUI\ResultPrinter uses HtmlOutputPrinterTrait
- class \Drupal\TestTools\PhpUnitCompatibility\PhpUnit6\SimpletestUiPrinter
Expanded class hierarchy of SimpletestUiPrinter
File
- core/
tests/ Drupal/ TestTools/ PhpUnitCompatibility/ PhpUnit6/ SimpletestUiPrinter.php, line 8
Namespace
Drupal\TestTools\PhpUnitCompatibility\PhpUnit6View source
class SimpletestUiPrinter extends HtmlOutputPrinter {
/**
* {@inheritdoc}
*/
public function write($buffer) {
$this
->simpletestUiWrite($buffer);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
HtmlOutputPrinter:: |
public | function | ||
HtmlOutputPrinterTrait:: |
protected | property | File to write html links to. | |
HtmlOutputPrinterTrait:: |
protected | function | Prints the list of HTML output generated during the test. | |
HtmlOutputPrinterTrait:: |
protected | function | Creates the file to list the HTML output created during the test. | |
HtmlOutputPrinterTrait:: |
public | function | Prints HTML output links for the Simpletest UI. | |
HtmlOutputPrinterTrait:: |
public | function | ||
SimpletestUiPrinter:: |
public | function |