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 MigrateDrupal6TestBase::getFixtureFilePath

File

tests/src/Kernel/Migrate/d6/MigrateRangeFieldTest.php, line 52

Class

MigrateRangeFieldTest
Tests Drupal 6 range fields migration.

Namespace

Drupal\Tests\range\Kernel\Migrate\d6

Code

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