protected function MigrateIngredient71TestBase::getFixtureFilePath in Recipe 8.2
Gets the path to the fixture file.
Overrides MigrateDrupal7TestBase::getFixtureFilePath
File
- modules/
ingredient/ tests/ src/ Kernel/ Migrate/ recipe71/ MigrateIngredient71TestBase.php, line 15
Class
- MigrateIngredient71TestBase
- Provides a base class for Ingredient migrations from Recipe 7.x-1.3.
Namespace
Drupal\Tests\ingredient\Kernel\Migrate\recipe71Code
protected function getFixtureFilePath() {
return __DIR__ . '/../../../../fixtures/ingredient713.php';
}