public static function BotchaSessionReuseAttackTestCase::getInfo in BOTCHA Spam Prevention 6
Same name and namespace in other branches
- 7 botcha.test \BotchaSessionReuseAttackTestCase::getInfo()
File
- ./
botcha.test, line 865 - Tests for BOTCHA module.
Class
Code
public static function getInfo() {
return array(
'name' => t('BOTCHA session reuse attack tests'),
'description' => t('Testing of the protection against BOTCHA session reuse attacks.'),
'group' => t('BOTCHA'),
);
}