You are here

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

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

File

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

Class

BotchaTestAdminLog

Code

public static function getInfo() {
  return array(
    'name' => t('Admin: Admin log testing'),
    'description' => t('Testing of the BOTCHA admin dblog placement.'),
    'group' => t('BOTCHA'),
  );
}