function MigrateDrupalTestBase::getFixtureFilePath

Gets the path to the fixture file.

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\d7

Code

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.