You are here

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

TestRoleConfiguration

Code

protected function configToModify() {
  return array(
    'role.developer',
  );
}