protected function MigrateTestBase::getFixtureFilePath in Inline Entity Form 8
Gets the path to the fixture file.
1 call to MigrateTestBase::getFixtureFilePath()
- MigrateTestBase::setUp in tests/
src/ Kernel/ Migrate/ MigrateTestBase.php
File
- tests/
src/ Kernel/ Migrate/ MigrateTestBase.php, line 23
Class
- MigrateTestBase
- Base class for migration tests.
Namespace
Drupal\Tests\inline_entity_form\Kernel\MigrateCode
protected function getFixtureFilePath() {
return __DIR__ . '/../../../fixtures/drupal7-small.php';
}