You are here

protected static property MigrateCaptchaPointsTest::$modules in CAPTCHA 8

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

tests/src/Kernel/Migrate/d7/MigrateCaptchaPointsTest.php, line 19

Class

MigrateCaptchaPointsTest
Migrates various configuration objects owned by the captcha module.

Namespace

Drupal\Tests\captcha\Kernel\Migrate\d7

Code

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