You are here

public static function BotchaTestCase::getInfo in BOTCHA Spam Prevention 7

Same name and namespace in other branches
  1. 6 botcha.test \BotchaTestCase::getInfo()

File

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

Class

BotchaTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('General BOTCHA functionality'),
    'description' => t('Testing of the basic BOTCHA functionality.'),
    'group' => t('BOTCHA'),
  );
}