public static function BotchaAdminTestCase::getInfo in BOTCHA Spam Prevention 6
Same name and namespace in other branches
- 6.2 botcha.test \BotchaAdminTestCase::getInfo()
- 7 botcha.test \BotchaAdminTestCase::getInfo()
- 7.2 botcha.test \BotchaAdminTestCase::getInfo()
File
- ./
botcha.test, line 480 - Tests for BOTCHA module.
Class
Code
public static function getInfo() {
return array(
'name' => t('BOTCHA administration functionality'),
'description' => t('Testing of the BOTCHA administration interface and functionality.'),
'group' => t('BOTCHA'),
);
}