public static function AutoassignroleUserPathTestCase::getInfo in Auto Assign Role 6
Same name and namespace in other branches
- 6.2 tests/autoassignrole.test \AutoassignroleUserPathTestCase::getInfo()
File
- tests/
autoassignrole.test, line 318 - Autoassignrole functionality tests.
Class
Code
public static function getInfo() {
return array(
'name' => t('Assign From Path Assignment'),
'description' => t('Verify Assign From Path is functioning on new user accounts as expected.'),
'group' => t('Autoassignrole'),
);
}