public static function AutoassignroleUserCreationRolePerPathTestCase::getInfo in Auto Assign Role 7
Same name and namespace in other branches
- 7.2 autoassignrole.test \AutoassignroleUserCreationRolePerPathTestCase::getInfo()
File
- ./
autoassignrole.test, line 795 - Creates tests for auto assign role module.
Class
- AutoassignroleUserCreationRolePerPathTestCase
- Extend the DrupalWebTestCase.
Code
public static function getInfo() {
return array(
'name' => 'User creation by path',
'description' => 'Tests the user creation functionality for auto assign role automatic assignment based upon a path',
'group' => 'Auto assign role',
);
}