Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Printer.php

interface Printer

@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

@internal This interface is not covered by the backward compatibility promise for PHPUnit

Hierarchy

  • interface \PHPUnit\TextUI\Output\Printer

Expanded class hierarchy of Printer

All classes that implement Printer

8 files declare their use of Printer
Application.php in vendor/phpunit/phpunit/src/TextUI/Application.php
CodeCoverage.php in vendor/phpunit/phpunit/src/Runner/CodeCoverage.php
JunitXmlLogger.php in vendor/phpunit/phpunit/src/Logging/JUnit/JunitXmlLogger.php
ProgressPrinter.php in vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php
ResultPrinter.php in vendor/phpunit/phpunit/src/TextUI/Output/Default/ResultPrinter.php

... See full list

File

vendor/phpunit/phpunit/src/TextUI/Output/Printer/Printer.php, line 17

Namespace

PHPUnit\TextUI\Output
View source
interface Printer {
    public function print(string $buffer) : void;
    public function flush() : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
Printer::flush public function 2
Printer::print public function 2

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal