You are here

protected function MigrateIngredient72Test::getFixtureFilePath in Recipe 8.2

Gets the path to the fixture file.

Overrides MigrateDrupal7TestBase::getFixtureFilePath

File

modules/ingredient/tests/src/Kernel/Migrate/recipe72/MigrateIngredient72Test.php, line 31

Class

MigrateIngredient72Test
@coversDefaultClass \Drupal\ingredient\Plugin\migrate\field\IngredientReference @group ingredient

Namespace

Drupal\Tests\ingredient\Kernel\Migrate\recipe72

Code

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