You are here

public static property MigrateIp2CountryUserDataTest::$modules in IP-based Determination of a Visitor's Country 8

Same name in this branch
  1. 8 tests/src/Kernel/Migrate/d6/MigrateIp2CountryUserDataTest.php \Drupal\Tests\ip2country\Kernel\Migrate\d6\MigrateIp2CountryUserDataTest::modules
  2. 8 tests/src/Kernel/Migrate/d7/MigrateIp2CountryUserDataTest.php \Drupal\Tests\ip2country\Kernel\Migrate\d7\MigrateIp2CountryUserDataTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

tests/src/Kernel/Migrate/d6/MigrateIp2CountryUserDataTest.php, line 17

Class

MigrateIp2CountryUserDataTest
Tests migration of Ip2Country {user}.data into {user_data}.

Namespace

Drupal\Tests\ip2country\Kernel\Migrate\d6

Code

public static $modules = [
  'ip2country',
];