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