protected function TestRoleConfiguration::configToExport in Configuration Management 7.2
Returns an array of configurations to export.
Overrides ConfigurationHandlerBaseTestCase::configToExport
File
- tests/
handlers/ TestRoleConfiguration.test, line 43
Class
Code
protected function configToExport() {
return array(
'role.my_custom_role',
);
}