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

Breadcrumb

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

function Started::__construct

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Event/Events/Application/Started.php \PHPUnit\Event\Application\Started::__construct()
  2. 11.1.x vendor/phpunit/phpunit/src/Event/Events/TestSuite/Started.php \PHPUnit\Event\TestSuite\Started::__construct()

File

vendor/phpunit/phpunit/src/Event/Events/TestRunner/Started.php, line 24

Class

Started
@psalm-immutable

Namespace

PHPUnit\Event\TestRunner

Code

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