protected function MigrateEckTestBase::getFixtureFilePath in Entity Construction Kit (ECK) 8
Gets the path to the fixture file.
Overrides MigrateDrupal7TestBase::getFixtureFilePath
File
- tests/
src/ Kernel/ Migrate/ d7/ MigrateEckTestBase.php, line 37
Class
- MigrateEckTestBase
- Base class for ECK migration tests.
Namespace
Drupal\Tests\eck\Kernel\Migrate\d7Code
protected function getFixtureFilePath() {
return __DIR__ . '/../../../../fixtures/drupal7.php';
}