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