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

Breadcrumb

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

function TestStubForIntersectionOfInterfacesCreated::__construct

@psalm-param list<class-string> $interfaces

File

vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubForIntersectionOfInterfacesCreated.php, line 34

Class

TestStubForIntersectionOfInterfacesCreated
@psalm-immutable

Namespace

PHPUnit\Event\Test

Code

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