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

Breadcrumb

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

function DeprecationTriggered::__construct

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Event/Events/Test/Issue/DeprecationTriggered.php \PHPUnit\Event\Test\DeprecationTriggered::__construct()

File

vendor/phpunit/phpunit/src/Event/Events/TestRunner/DeprecationTriggered.php, line 26

Class

DeprecationTriggered
@psalm-immutable

Namespace

PHPUnit\Event\TestRunner

Code

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