You are here

protected static property CaptchaCacheTest::$modules in CAPTCHA 8

Modules to install for this Test class.

Type: array

Overrides CaptchaWebTestBase::$modules

File

tests/src/Functional/CaptchaCacheTest.php, line 19

Class

CaptchaCacheTest
Tests CAPTCHA caching on various pages.

Namespace

Drupal\Tests\captcha\Functional

Code

protected static $modules = [
  'block',
  'image_captcha',
  'captcha_test',
];