You are here

protected function MigrateRecipe72Test::getFixtureFilePath in Recipe 8.2

Gets the path to the fixture file.

Overrides MigrateDrupal7TestBase::getFixtureFilePath

File

tests/src/Kernel/Migrate/recipe72/MigrateRecipe72Test.php, line 29

Class

MigrateRecipe72Test
@covers \Drupal\recipe\Plugin\migrate\source\Recipe72 @group recipe

Namespace

Drupal\Tests\recipe\Kernel\Migrate\recipe72

Code

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