You are here

public static function ImageCaptchaWebTestCase::getInfo in CAPTCHA 7

File

image_captcha/image_captcha.test, line 10
Tests for the Image CAPTCHA module.

Class

ImageCaptchaWebTestCase
@file Tests for the Image CAPTCHA module.

Code

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