public static function CaptchaSessionReuseAttackTestCase::getInfo in CAPTCHA 6.2
Same name and namespace in other branches
- 7 captcha.test \CaptchaSessionReuseAttackTestCase::getInfo()
File
- ./
captcha.test, line 964 - 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'),
);
}