protected function MigrateIp2CountryConfigurationTest::setUp in IP-based Determination of a Visitor's Country 8
Same name in this branch
- 8 tests/src/Kernel/Migrate/d6/MigrateIp2CountryConfigurationTest.php \Drupal\Tests\ip2country\Kernel\Migrate\d6\MigrateIp2CountryConfigurationTest::setUp()
- 8 tests/src/Kernel/Migrate/d7/MigrateIp2CountryConfigurationTest.php \Drupal\Tests\ip2country\Kernel\Migrate\d7\MigrateIp2CountryConfigurationTest::setUp()
Overrides MigrateDrupal7TestBase::setUp
File
- tests/
src/ Kernel/ Migrate/ d7/ MigrateIp2CountryConfigurationTest.php, line 52
Class
- MigrateIp2CountryConfigurationTest
- Migrates various configuration objects owned by the Ip2Country module.
Namespace
Drupal\Tests\ip2country\Kernel\Migrate\d7Code
protected function setUp() {
parent::setUp();
$migrations = [
'd7_ip2country_settings',
];
$this
->executeMigrations($migrations);
}