SimpletestUiPrinter.php

Same filename and directory in other branches
  1. 8.9.x core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/SimpletestUiPrinter.php
  2. 8.9.x core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/SimpletestUiPrinter.php
  3. 8.9.x core/tests/Drupal/Tests/Listeners/SimpletestUiPrinter.php

Namespace

Drupal\Tests\Listeners

File

core/tests/Drupal/Tests/Listeners/SimpletestUiPrinter.php

View source
<?php

namespace Drupal\Tests\Listeners;


/**
 * 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.