function DefaultPrinter::standardOutput
Throws
DirectoryDoesNotExistException
3 calls to DefaultPrinter::standardOutput()
- Facade::createPrinter in vendor/
phpunit/ phpunit/ src/ TextUI/ Output/ Facade.php - Facade::init in vendor/
phpunit/ phpunit/ src/ TextUI/ Output/ Facade.php - Facade::printerFor in vendor/
phpunit/ phpunit/ src/ TextUI/ Output/ Facade.php
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Output/ Printer/ DefaultPrinter.php, line 56
Class
- DefaultPrinter
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TextUI\OutputCode
public static function standardOutput() : self {
return new self('php://stdout');
}