function MigrateDrupalTestBase::getFixtureFilePath

Same name and namespace in other branches
  1. 9 core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateDrupalTestBase.php \Drupal\Tests\tracker\Kernel\Migrate\d7\MigrateDrupalTestBase::getFixtureFilePath()
  2. 10 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 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.