public static function BotchaNoResubmitTestCase::getInfo in BOTCHA Spam Prevention 7.2
Same name and namespace in other branches
- 6.2 botcha.test \BotchaNoResubmitTestCase::getInfo()
- 6.3 tests/botcha.simpletest.test \BotchaNoResubmitTestCase::getInfo()
- 7.3 tests/botcha.simpletest.test \BotchaNoResubmitTestCase::getInfo()
File
- ./
botcha.test, line 1132 - Tests for BOTCHA module.
Class
Code
public static function getInfo() {
return array(
'name' => t('NoResubmit method testing'),
'description' => t('Testing of the session reuse attack protection.'),
'group' => t('BOTCHA'),
);
}