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

Breadcrumb

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

function MockObjectForIntersectionOfInterfacesCreated::__construct

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

File

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

Class

MockObjectForIntersectionOfInterfacesCreated
@psalm-immutable

Namespace

PHPUnit\Event\Test

Code

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

API Navigation

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