public static function AutoassignroleAdminAllowUserChoiceTestCase::getInfo in Auto Assign Role 6.2
Same name and namespace in other branches
- 6 tests/autoassignrole.test \AutoassignroleAdminAllowUserChoiceTestCase::getInfo()
File
- tests/
autoassignrole.test, line 251 - Autoassignrole functionality tests.
Class
Code
public static function getInfo() {
return array(
'name' => t('Allow User to Choose Settings'),
'description' => t('Verify Allow User to Choose admin settings are stored as expected.'),
'group' => t('Autoassignrole'),
);
}