You are here

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

Gets the path to the fixture file.

Overrides MigrateDrupal7TestBase::getFixtureFilePath

File

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

Class

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

Namespace

Drupal\Tests\ip2country\Kernel\Migrate\d7

Code

protected function getFixtureFilePath() {
  return __DIR__ . '/../../../../fixtures/migrate/drupal7.php';
}