function MigrateDrupal6TestBase::getFixtureFilePath
Gets the path to the fixture file.
1 call to MigrateDrupal6TestBase::getFixtureFilePath()
- MigrateDrupal6TestBase::setUp in core/
modules/ aggregator/ tests/ src/ Kernel/ Migrate/ d6/ MigrateDrupal6TestBase.php
File
-
core/
modules/ aggregator/ tests/ src/ Kernel/ Migrate/ d6/ MigrateDrupal6TestBase.php, line 37
Class
- MigrateDrupal6TestBase
- Base class for Drupal 6 migration tests.
Namespace
Drupal\Tests\aggregator\Kernel\Migrate\d6Code
protected function getFixtureFilePath() {
return __DIR__ . '/../../../../fixtures/drupal6.php';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.