You are here

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

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

File

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

Class

BotchaTimegateTestCase

Code

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