function Configuration::set
Same name and namespace in other branches
- 11.x core/tests/Drupal/TestTools/TestRunner/Configuration.php \Drupal\TestTools\TestRunner\Configuration::set()
Sets a config element.
File
-
core/
tests/ Drupal/ TestTools/ TestRunner/ Configuration.php, line 55
Class
- Configuration
- Helper class to manage run-tests.sh configuration.
Namespace
Drupal\TestTools\TestRunnerCode
public static function set(string $name, mixed $value) : void {
self::$instance->options[$name] = $value;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.