You are here

protected function MigrateDrupal6TestBase::getFixtureFilePath in Drupal 8

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

Gets the path to the fixture file.

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

File

core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php, line 43

Class

MigrateDrupal6TestBase
Base class for Drupal 6 migration tests.

Namespace

Drupal\Tests\migrate_drupal\Kernel\d6

Code

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