You are here

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

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

File

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

Class

BotchaTestFormUI

Code

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