You are here

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

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

modules/simple_recaptcha_webform/tests/src/FunctionalJavascript/SimpleRecaptchaWebformJavascriptTestBase.php, line 31

Class

SimpleRecaptchaWebformJavascriptTestBase
JavaScripts tests for the Simple reCAPTCHA webform module.

Namespace

Drupal\Tests\simple_recaptcha_webform\FunctionalJavascript

Code

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