function ProgressPrinter::__construct
Throws
UnknownSubscriberTypeException
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Output/ Default/ ProgressPrinter/ ProgressPrinter.php, line 58
Class
- ProgressPrinter
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TextUI\Output\Default\ProgressPrinterCode
public function __construct(Printer $printer, Facade $facade, bool $colors, int $numberOfColumns, Source $source) {
$this->printer = $printer;
$this->colors = $colors;
$this->numberOfColumns = $numberOfColumns;
$this->source = $source;
$this->registerSubscribers($facade);
}