You are here

public static function CaptchaTestCase::getInfo in CAPTCHA 6.2

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

File

./captcha.test, line 212
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'),
  );
}