You are here

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

Same name in this branch
  1. 8 tests/src/Kernel/Migrate/d6/MigrateIp2CountryConfigurationTest.php \Drupal\Tests\ip2country\Kernel\Migrate\d6\MigrateIp2CountryConfigurationTest::getFixtureFilePath()
  2. 8 tests/src/Kernel/Migrate/d7/MigrateIp2CountryConfigurationTest.php \Drupal\Tests\ip2country\Kernel\Migrate\d7\MigrateIp2CountryConfigurationTest::getFixtureFilePath()

Gets the path to the fixture file.

Overrides MigrateDrupal6TestBase::getFixtureFilePath

File

tests/src/Kernel/Migrate/d6/MigrateIp2CountryConfigurationTest.php, line 22

Class

MigrateIp2CountryConfigurationTest
Migrates various configuration objects owned by the Ip2Country module.

Namespace

Drupal\Tests\ip2country\Kernel\Migrate\d6

Code

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