You are here

public static function CaptchaAfterGlobalThresholdTestCase::getInfo in CAPTCHA After 7

Same name and namespace in other branches
  1. 6 captcha_after.test \CaptchaAfterGlobalThresholdTestCase::getInfo()

getInfo() returns properties that are displayed in the test selection form.

File

./captcha_after.test, line 21
Captcha After tests.

Class

CaptchaAfterGlobalThresholdTestCase
Global threashold tests for the CAPTCHA After module.

Code

public static function getInfo() {
  return array(
    'name' => 'CAPTCHA After global threshold',
    'description' => 'Testing of the global threshold CAPTCHA After functionality.',
    'group' => 'CAPTCHA',
  );
}