You are here

public static function CaptchaAfterPerFormThresholdTestCase::getInfo in CAPTCHA After 7

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

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

File

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

Class

CaptchaAfterPerFormThresholdTestCase
Global threshold tests for the CAPTCHA After module.

Code

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