You are here

protected function MigrateRecipe61TestBase::getFixtureFilePath in Recipe 8.2

Gets the path to the fixture file.

Overrides MigrateDrupal6TestBase::getFixtureFilePath

File

tests/src/Kernel/Migrate/recipe61/MigrateRecipe61TestBase.php, line 15

Class

MigrateRecipe61TestBase
Provides a base class for Recipe migrations from Recipe 6.x-1.x.

Namespace

Drupal\Tests\recipe\Kernel\Migrate\recipe61

Code

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