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

Breadcrumb

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

function PrintedUnexpectedOutput::__construct

@psalm-param non-empty-string $output

File

vendor/phpunit/phpunit/src/Event/Events/Test/PrintedUnexpectedOutput.php, line 34

Class

PrintedUnexpectedOutput
@psalm-immutable

Namespace

PHPUnit\Event\Test

Code

public function __construct(Telemetry\Info $telemetryInfo, string $output) {
    $this->telemetryInfo = $telemetryInfo;
    $this->output = $output;
}
RSS feed
Powered by Drupal