You are here

public static property ReCaptchaBasicTest::$modules in reCAPTCHA 8.2

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/ReCaptchaBasicTest.php \Drupal\Tests\recaptcha\Functional\ReCaptchaBasicTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ReCaptchaBasicTest.php, line 40

Class

ReCaptchaBasicTest
Test basic functionality of reCAPTCHA module.

Namespace

Drupal\Tests\recaptcha\Functional

Code

public static $modules = [
  'recaptcha',
  'captcha',
];