You are here

public static function BotchaNoResubmitTestCase::getInfo in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.2 botcha.test \BotchaNoResubmitTestCase::getInfo()
  2. 6.3 tests/botcha.simpletest.test \BotchaNoResubmitTestCase::getInfo()
  3. 7.2 botcha.test \BotchaNoResubmitTestCase::getInfo()

File

tests/botcha.simpletest.test, line 1239
Simpletest-tests for BOTCHA module.

Class

BotchaNoResubmitTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('NoResubmit method testing'),
    'description' => t('Testing of the session reuse attack protection.'),
    'group' => t('BOTCHA'),
  );
}