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

Breadcrumb

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

function DefaultPrinter::from

Throws

CannotOpenSocketException

DirectoryDoesNotExistException

InvalidSocketException

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\Output

Code

public static function from(string $out) : self {
    return new self($out);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal