protected function TestRoleConfiguration::configToModify in Configuration Management 7.2
Returns an array of configurations to modify and check for modifications.
Overrides ConfigurationHandlerBaseTestCase::configToModify
File
- tests/
handlers/ TestRoleConfiguration.test, line 50
Class
Code
protected function configToModify() {
return array(
'role.developer',
);
}