You are here

public static function CaptchaAdminTestCase::getInfo in CAPTCHA 7

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

File

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

Class

CaptchaAdminTestCase

Code

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