function PhpUnitTestRunner::setConfigurationFilePath
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Test/PhpUnitTestRunner.php \Drupal\Core\Test\PhpUnitTestRunner::setConfigurationFilePath()
Sets the configuration file path.
File
-
core/
lib/ Drupal/ Core/ Test/ PhpUnitTestRunner.php, line 64
Class
- PhpUnitTestRunner
- Run PHPUnit-based tests.
Namespace
Drupal\Core\TestCode
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.