You are here

protected function MigrateRangeFieldTest::getFixtureFilePath in Range 8

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

Gets the path to the fixture file.

Overrides MigrateDrupal7TestBase::getFixtureFilePath

File

tests/src/Kernel/Migrate/d7/MigrateRangeFieldTest.php, line 51

Class

MigrateRangeFieldTest
Tests Drupal 7 range fields migration.

Namespace

Drupal\Tests\range\Kernel\Migrate\d7

Code

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