function Facade::createUnexpectedOutputPrinter
Throws
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\OutputCode
private static function createUnexpectedOutputPrinter() : void {
assert(self::$printer !== null);
new UnexpectedOutputPrinter(self::$printer, EventFacade::instance());
}