You are here

public static function BotchaAdminTestCase::getInfo in BOTCHA Spam Prevention 7.2

Same name and namespace in other branches
  1. 6 botcha.test \BotchaAdminTestCase::getInfo()
  2. 6.2 botcha.test \BotchaAdminTestCase::getInfo()
  3. 7 botcha.test \BotchaAdminTestCase::getInfo()

File

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

Class

BotchaAdminTestCase

Code

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