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