protected function Drupal6EmfieldMigrationTest::getFixtureFilePath in Video Embed Field 8
Same name and namespace in other branches
- 8.2 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\KernelCode
protected function getFixtureFilePath() {
return __DIR__ . '/../../fixtures/drupal6-emfield-2-x.php.gz';
}