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

Breadcrumb

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

function Facade::createUnexpectedOutputPrinter

Throws

EventFacadeIsSealedException

UnknownSubscriberTypeException

1 call to Facade::createUnexpectedOutputPrinter()
Facade::init in vendor/phpunit/phpunit/src/TextUI/Output/Facade.php

File

vendor/phpunit/phpunit/src/TextUI/Output/Facade.php, line 275

Class

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

Namespace

PHPUnit\TextUI\Output

Code

private static function createUnexpectedOutputPrinter() : void {
    assert(self::$printer !== null);
    new UnexpectedOutputPrinter(self::$printer, EventFacade::instance());
}
RSS feed
Powered by Drupal