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

Breadcrumb

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

function UnexpectedOutputPrinter::__construct

Throws

EventFacadeIsSealedException

UnknownSubscriberTypeException

File

vendor/phpunit/phpunit/src/TextUI/Output/Default/UnexpectedOutputPrinter.php, line 27

Class

UnexpectedOutputPrinter

Namespace

PHPUnit\TextUI\Output\Default

Code

public function __construct(Printer $printer, Facade $facade) {
    $this->printer = $printer;
    $facade->registerSubscriber($this);
}
RSS feed
Powered by Drupal