class SimpletestUiPrinter
Defines a class for providing html output links in the Simpletest UI.
Hierarchy
- class \Drupal\Tests\Listeners\HtmlOutputPrinter uses \Drupal\Tests\Listeners\HtmlOutputPrinterTrait implements \Drupal\Tests\Listeners\ResultPrinterBase
- class \Drupal\Tests\Listeners\SimpletestUiPrinter implements \Drupal\Tests\Listeners\HtmlOutputPrinter
Expanded class hierarchy of SimpletestUiPrinter
1 file declares its use of SimpletestUiPrinter
- PhpUnitTestRunner.php in core/
lib/ Drupal/ Core/ Test/ PhpUnitTestRunner.php
File
-
core/
tests/ Drupal/ Tests/ Listeners/ SimpletestUiPrinter.php, line 8
Namespace
Drupal\Tests\ListenersView source
class SimpletestUiPrinter extends HtmlOutputPrinter {
/**
* {@inheritdoc}
*/
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.