You are here

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

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

File

./botcha.test, line 1013
Tests for BOTCHA module.

Class

BotchaHoneypotTestCase

Code

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