public static function BotchaTestAdminGeneral::getInfo in BOTCHA Spam Prevention 7.3
Same name and namespace in other branches
- 6.3 tests/botcha.simpletest.test \BotchaTestAdminGeneral::getInfo()
File
- tests/
botcha.simpletest.test, line 726 - Simpletest-tests for BOTCHA module.
Class
Code
public static function getInfo() {
return array(
'name' => t('Admin: General BOTCHA administration functionality'),
'description' => t('Testing of the BOTCHA administration interface and functionality.'),
'group' => t('BOTCHA'),
);
}