You are here

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

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

File

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

Class

BotchaHoneypot2TestCase

Code

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