You are here

protected function MigrateDrupal7TestBase::getFixtureFilePath in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php \Drupal\Tests\migrate_drupal\Kernel\d7\MigrateDrupal7TestBase::getFixtureFilePath()

Gets the path to the fixture file.

1 call to MigrateDrupal7TestBase::getFixtureFilePath()
MigrateDrupal7TestBase::setUp in core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php

File

core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php, line 30

Class

MigrateDrupal7TestBase
Base class for Drupal 7 migration tests.

Namespace

Drupal\Tests\migrate_drupal\Kernel\d7

Code

protected function getFixtureFilePath() {
  return __DIR__ . '/../../../fixtures/drupal7.php';
}