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

Breadcrumb

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

function WarningTriggered::__construct

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Event/Events/TestRunner/WarningTriggered.php \PHPUnit\Event\TestRunner\WarningTriggered::__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/WarningTriggered.php, line 50

Class

WarningTriggered
@psalm-immutable

Namespace

PHPUnit\Event\Test

Code

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

API Navigation

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