public static function BotchaTestCase::getInfo in BOTCHA Spam Prevention 7
Same name and namespace in other branches
- 6 botcha.test \BotchaTestCase::getInfo()
File
- ./botcha.test, line 224 
- Tests for BOTCHA module.
Class
Code
public static function getInfo() {
  return array(
    'name' => t('General BOTCHA functionality'),
    'description' => t('Testing of the basic BOTCHA functionality.'),
    'group' => t('BOTCHA'),
  );
}