function DefaultPrinter::from
Throws
DirectoryDoesNotExistException
2 calls to DefaultPrinter::from()
- Application::registerLogfileWriters in vendor/
phpunit/ phpunit/ src/ TextUI/ Application.php - Facade::printerFor in vendor/
phpunit/ phpunit/ src/ TextUI/ Output/ Facade.php
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Output/ Printer/ DefaultPrinter.php, line 46
Class
- DefaultPrinter
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TextUI\OutputCode
public static function from(string $out) : self {
return new self($out);
}