You are here

protected function MigrateIp2CountryDateFormatTest::setUp in IP-based Determination of a Visitor's Country 8

Overrides MigrateDrupal7TestBase::setUp

File

tests/src/Kernel/Migrate/d7/MigrateIp2CountryDateFormatTest.php, line 30

Class

MigrateIp2CountryDateFormatTest
Upgrade ip2country date formats to core.date_format.*.yml.

Namespace

Drupal\Tests\ip2country\Kernel\Migrate\d7

Code

protected function setUp() {
  parent::setUp();
  $this
    ->executeMigration('d7_ip2country_date_formats');
}