protected function MigrateIngredient61TestBase::getFixtureFilePath in Recipe 8.2
Gets the path to the fixture file.
Overrides MigrateDrupal6TestBase::getFixtureFilePath
File
- modules/
ingredient/ tests/ src/ Kernel/ Migrate/ recipe61/ MigrateIngredient61TestBase.php, line 15
Class
- MigrateIngredient61TestBase
- Provides a base class for Ingredient migrations from Recipe 6.x-1.5.
Namespace
Drupal\Tests\ingredient\Kernel\Migrate\recipe61Code
protected function getFixtureFilePath() {
return __DIR__ . '/../../../../fixtures/ingredient615.php';
}