public static function AutoassignroleAdminRolePerPageTestCase::getInfo in Auto Assign Role 7.2
Same name and namespace in other branches
- 7 autoassignrole.test \AutoassignroleAdminRolePerPageTestCase::getInfo()
File
- ./
autoassignrole.test, line 663 - Creates tests for auto assign role module.
Class
- AutoassignroleAdminRolePerPageTestCase
- Extend the DrupalWebTestCase.
Code
public static function getInfo() {
return array(
'name' => 'Admin role by path',
'description' => 'Tests the administrative setting for auto assign role role per page',
'group' => 'Auto assign role',
);
}