You are here

public static function ReCaptchaAdminUITestCase::getInfo in reCAPTCHA 7

File

tests/recaptcha_ui.test, line 21
Contains ReCaptcha.

Class

ReCaptchaAdminUITestCase
Test cases for ReCaptcha module UI.

Code

public static function getInfo() {
  return array(
    'name' => 'ReCaptcha admin UI test',
    'group' => 'reCAPTCHA',
    'description' => 'Tests reCaptcha admin UI',
  );
}