You are here

protected function MigrateRecipe71TestBase::getFixtureFilePath in Recipe 8.2

Gets the path to the fixture file.

Overrides MigrateDrupal7TestBase::getFixtureFilePath

File

tests/src/Kernel/Migrate/recipe71/MigrateRecipe71TestBase.php, line 15

Class

MigrateRecipe71TestBase
Provides a base class for Recipe migrations from Recipe 7.x-1.x.

Namespace

Drupal\Tests\recipe\Kernel\Migrate\recipe71

Code

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