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