You are here

protected static property CaptchaWebTestBase::$modules in CAPTCHA 8

Modules to install for this Test class.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/CaptchaWebTestBase.php, line 47

Class

CaptchaWebTestBase
Base class for CAPTCHA tests.

Namespace

Drupal\Tests\captcha\Functional

Code

protected static $modules = [
  'captcha',
  'comment',
];