You are here

public static function CaptchaSessionReuseAttackTestCase::getInfo in CAPTCHA 7

Same name and namespace in other branches
  1. 6.2 captcha.test \CaptchaSessionReuseAttackTestCase::getInfo()

File

./captcha.test, line 971
Tests for CAPTCHA module.

Class

CaptchaSessionReuseAttackTestCase

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'),
  );
}