function MigrateDrupalTestBase::getFixtureFilePath
Same name in other branches
- 9 core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateDrupalTestBase.php \Drupal\Tests\tracker\Kernel\Migrate\d7\MigrateDrupalTestBase::getFixtureFilePath()
- 11.x core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateDrupalTestBase.php \Drupal\Tests\tracker\Kernel\Migrate\d7\MigrateDrupalTestBase::getFixtureFilePath()
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 32
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';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.