You are here

protected function Drupal6EmfieldMigrationTest::getFixtureFilePath in Video Embed Field 8.2

Same name and namespace in other branches
  1. 8 tests/src/Kernel/Drupal6EmfieldMigrationTest.php \Drupal\Tests\video_embed_field\Kernel\Drupal6EmfieldMigrationTest::getFixtureFilePath()

Gets the path to the fixture file.

Overrides MigrateDrupal6TestBase::getFixtureFilePath

File

tests/src/Kernel/Drupal6EmfieldMigrationTest.php, line 31

Class

Drupal6EmfieldMigrationTest
Test the Drupal 6 emfield migration.

Namespace

Drupal\Tests\video_embed_field\Kernel

Code

protected function getFixtureFilePath() {
  return __DIR__ . '/../../fixtures/drupal6-emfield-2-x.php.gz';
}