You are here

protected static property SimpleRecaptchaWebformTestBase::$modules in Simple Google reCAPTCHA 8

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

modules/simple_recaptcha_webform/tests/src/Functional/SimpleRecaptchaWebformTestBase.php, line 19

Class

SimpleRecaptchaWebformTestBase
Test base for simple_recaptcha_webform module.

Namespace

Drupal\Tests\simple_recaptcha_webform\Functional

Code

protected static $modules = [
  'simple_recaptcha',
  'webform',
  'webform_ui',
  'simple_recaptcha_webform',
  'simple_recaptcha_webform_test',
];