protected function VariableConfiguration::modifyConfiguration in Configuration Management 7.2
Perform changes in the configuration and save those changes into the active store.
Overrides ConfigurationHandlerBaseTestCase::modifyConfiguration
File
- tests/
handlers/ TestVariableConfiguration.test, line 90 - Tests for Configuration Management: Variables.
Class
- VariableConfiguration
- @file Tests for Configuration Management: Variables.
Code
protected function modifyConfiguration() {
variable_set('site_name', 'Modified');
}