protected function MigrateDrupalTestBase::getFixtureFilePath in Drupal 10
Gets the path to the fixture file.
1 call to MigrateDrupalTestBase::getFixtureFilePath()
- MigrateDrupalTestBase::setUp in core/
modules/ tracker/ tests/ src/ Kernel/ Migrate/ d7/ MigrateDrupalTestBase.php
File
- core/
modules/ tracker/ tests/ src/ Kernel/ Migrate/ d7/ MigrateDrupalTestBase.php, line 30
Class
- MigrateDrupalTestBase
- Base class for Tracker Drupal 7 migration tests.
Namespace
Drupal\Tests\tracker\Kernel\Migrate\d7Code
protected function getFixtureFilePath() {
return __DIR__ . '/../../../../fixtures/drupal7.php';
}