protected function Drupal7MigrationTest::getFixtureFilePath in Video Embed Field 8
Same name and namespace in other branches
- 8.2 tests/src/Kernel/Drupal7MigrationTest.php \Drupal\Tests\video_embed_field\Kernel\Drupal7MigrationTest::getFixtureFilePath()
Gets the path to the fixture file.
Overrides MigrateDrupal7TestBase::getFixtureFilePath
File
- tests/
src/ Kernel/ Drupal7MigrationTest.php, line 40
Class
- Drupal7MigrationTest
- Test the Drupal 7 to 8 video_embed_field migration.
Namespace
Drupal\Tests\video_embed_field\KernelCode
protected function getFixtureFilePath() {
return __DIR__ . '/../../fixtures/drupal7-vef-2-x.php.gz';
}