You are here

protected function MediaMigrationPlainTestBase::getFixtureFilePath in Media Migration 8

Returns the path to the Drupal 7 migration database fixture.

Return value

string Path to the database fixture file.

Overrides MediaMigrationTestTrait::getFixtureFilePath

File

tests/src/Kernel/Migrate/MediaMigrationPlainTestBase.php, line 44

Class

MediaMigrationPlainTestBase
Base class for Media Migration kernel tests for non-media sources.

Namespace

Drupal\Tests\media_migration\Kernel\Migrate

Code

protected function getFixtureFilePath() {
  return drupal_get_path('module', 'media_migration') . '/tests/fixtures/drupal7_nomedia.php';
}