You are here

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

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

File

./botcha.test, line 1200
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'),
  );
}