You are here

protected function MediaMigrationFilterFormatTest::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/MediaMigrationFilterFormatTest.php, line 41

Class

MediaMigrationFilterFormatTest
Tests the Media Migration altered filter format migration.

Namespace

Drupal\Tests\media_migration\Kernel\Migrate

Code

protected function getFixtureFilePath() {
  return '';
}