public static function BotchaObscureUrlTestCase::getInfo in BOTCHA Spam Prevention 7.3
Same name and namespace in other branches
- 6.2 botcha.test \BotchaObscureUrlTestCase::getInfo()
- 6.3 tests/botcha.simpletest.test \BotchaObscureUrlTestCase::getInfo()
- 7.2 botcha.test \BotchaObscureUrlTestCase::getInfo()
File
- tests/
botcha.simpletest.test, line 1208 - Simpletest-tests for BOTCHA module.
Class
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'),
);
}