You are here

protected static property MigrateBlockedIpsTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php \Drupal\Tests\ban\Kernel\Migrate\d7\MigrateBlockedIpsTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php, line 22

Class

MigrateBlockedIpsTest
Migrate blocked IPs.

Namespace

Drupal\Tests\ban\Kernel\Migrate\d7

Code

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