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

Breadcrumb

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

function BootstrapFinished::__construct

File

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

Class

BootstrapFinished
@psalm-immutable

Namespace

PHPUnit\Event\TestRunner

Code

public function __construct(Telemetry\Info $telemetryInfo, string $filename) {
    $this->telemetryInfo = $telemetryInfo;
    $this->filename = $filename;
}

API Navigation

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