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

Breadcrumb

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

function ErrorTriggered::__construct

@psalm-param non-empty-string $message @psalm-param non-empty-string $file @psalm-param positive-int $line

File

vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ErrorTriggered.php, line 49

Class

ErrorTriggered
@psalm-immutable

Namespace

PHPUnit\Event\Test

Code

public function __construct(Telemetry\Info $telemetryInfo, Test $test, string $message, string $file, int $line, bool $suppressed) {
    $this->telemetryInfo = $telemetryInfo;
    $this->test = $test;
    $this->message = $message;
    $this->file = $file;
    $this->line = $line;
    $this->suppressed = $suppressed;
}

API Navigation

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