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

Breadcrumb

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

function TestProxyCreated::__construct

@psalm-param class-string $className

File

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

Class

TestProxyCreated
@psalm-immutable

Namespace

PHPUnit\Event\Test

Code

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