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