You are here

public static function BotchaSessionReuseAttackTestCase::getInfo in BOTCHA Spam Prevention 6

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

File

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

Class

BotchaSessionReuseAttackTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('BOTCHA session reuse attack tests'),
    'description' => t('Testing of the protection against BOTCHA session reuse attacks.'),
    'group' => t('BOTCHA'),
  );
}