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
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Output/ Printer/ Printer.php, line 17
Namespace
PHPUnit\TextUI\OutputView 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 |