You are here

public static function HCaptchaBasicTest::getInfo in hCaptcha 7

File

./hcaptcha.test, line 13
Tests for hCaptcha module.

Class

HCaptchaBasicTest
@file Tests for hCaptcha module.

Code

public static function getInfo() {
  return array(
    'name' => t('hCaptcha basic tests'),
    'description' => t('Test basic functionality of hCaptcha module.'),
    'group' => t('hCaptcha'),
    'dependencies' => array(
      'captcha',
    ),
  );
}