You are here

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

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

File

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

Class

BotchaObscureUrlTestCase

Code

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