protected static property SimpleRecaptchaJavascriptTestBase::$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
- tests/
src/ FunctionalJavascript/ SimpleRecaptchaJavascriptTestBase.php, line 31
Class
- SimpleRecaptchaJavascriptTestBase
- JavaScripts tests for the Simple reCAPTCHA module.
Namespace
Drupal\Tests\simple_recaptcha\FunctionalJavascriptCode
protected static $modules = [
'simple_recaptcha',
'simple_recaptcha_test',
];