function PhpUnitTestDiscoveryTracer::__construct

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Test/PhpUnitTestDiscoveryTracer.php \Drupal\Core\Test\PhpUnitTestDiscoveryTracer::__construct()

File

core/lib/Drupal/Core/Test/PhpUnitTestDiscoveryTracer.php, line 20

Class

PhpUnitTestDiscoveryTracer
Traces events dispatched by PHPUnit during the test discovery.

Namespace

Drupal\Core\Test

Code

public function __construct(private readonly PHPUnitTestDiscovery $testDiscovery) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.