function PhpUnitTestDiscovery::__construct

File

core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php, line 51

Class

PhpUnitTestDiscovery
Discovers available tests using the PHPUnit API.

Namespace

Drupal\Core\Test

Code

public function __construct(string $configurationFilePath) {
    $this->reverseMap = array_flip($this->map);
}

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