public static function ReCaptchaServerStatusTestCase::getInfo in reCAPTCHA 7
File
- tests/
recaptcha_server_status.test, line 21 - Contains ReCaptcha.
Class
- ReCaptchaServerStatusTestCase
- Test cases for ReCaptcha module UI.
Code
public static function getInfo() {
return array(
'name' => 'ReCaptcha server status cache test',
'group' => 'reCAPTCHA',
'description' => 'Tests reCaptcha admin UI',
);
}