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