protected function MigrateIp2CountryUserDataTest::getFixtureFilePath in IP-based Determination of a Visitor's Country 8
Same name in this branch
- 8 tests/src/Kernel/Migrate/d6/MigrateIp2CountryUserDataTest.php \Drupal\Tests\ip2country\Kernel\Migrate\d6\MigrateIp2CountryUserDataTest::getFixtureFilePath()
- 8 tests/src/Kernel/Migrate/d7/MigrateIp2CountryUserDataTest.php \Drupal\Tests\ip2country\Kernel\Migrate\d7\MigrateIp2CountryUserDataTest::getFixtureFilePath()
Gets the path to the fixture file.
Overrides MigrateDrupal7TestBase::getFixtureFilePath
File
- tests/
src/ Kernel/ Migrate/ d7/ MigrateIp2CountryUserDataTest.php, line 22
Class
- MigrateIp2CountryUserDataTest
- Tests migration of Ip2Country {user}.data into {user_data}.
Namespace
Drupal\Tests\ip2country\Kernel\Migrate\d7Code
protected function getFixtureFilePath() {
return __DIR__ . '/../../../../fixtures/migrate/drupal7.php';
}