function PhpUnitTestDiscovery::setConfigurationFilePath

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

Sets the configuration file path.

File

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

Class

PhpUnitTestDiscovery
Discovers available tests using the PHPUnit API.

Namespace

Drupal\Core\Test

Code

public function setConfigurationFilePath(string $configurationFilePath) : self {
  $this->configurationFilePath = $configurationFilePath;
  return $this;
}

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