You are here

public static function BotchaTestAdminGeneral::getInfo in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.3 tests/botcha.simpletest.test \BotchaTestAdminGeneral::getInfo()

File

tests/botcha.simpletest.test, line 726
Simpletest-tests for BOTCHA module.

Class

BotchaTestAdminGeneral

Code

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