You are here

public static function CaptchaTestCase::getInfo in CAPTCHA 7

Same name and namespace in other branches
  1. 6.2 captcha.test \CaptchaTestCase::getInfo()

File

./captcha.test, line 220
Tests for CAPTCHA module.

Class

CaptchaTestCase

Code

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