public static function BotchaTestFormUI::getInfo in BOTCHA Spam Prevention 6.3
Same name and namespace in other branches
- 7.3 tests/botcha.simpletest.test \BotchaTestFormUI::getInfo()
File
- tests/
botcha.simpletest.test, line 917 - Simpletest-tests for BOTCHA module.
Class
Code
public static function getInfo() {
return array(
'name' => t('Admin: FormUI testing'),
'description' => t('Testing of the FormUI functionality.'),
'group' => t('BOTCHA'),
);
}