function MigrateTaxonomyVocabularyTest::getFixtureFilePath

Same name in this branch
  1. 10 core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php \Drupal\Tests\forum\Kernel\Migrate\d6\MigrateTaxonomyVocabularyTest::getFixtureFilePath()
Same name in other branches
  1. 11.x core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php \Drupal\Tests\forum\Kernel\Migrate\d6\MigrateTaxonomyVocabularyTest::getFixtureFilePath()
  2. 11.x core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTest.php \Drupal\Tests\forum\Kernel\Migrate\d7\MigrateTaxonomyVocabularyTest::getFixtureFilePath()

Gets the path to the fixture file.

Overrides MigrateDrupal7TestBase::getFixtureFilePath

File

core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTest.php, line 27

Class

MigrateTaxonomyVocabularyTest
Migrate forum vocabulary to taxonomy.vocabulary.*.yml.

Namespace

Drupal\Tests\forum\Kernel\Migrate\d7

Code

protected function getFixtureFilePath() {
    return __DIR__ . '/../../../../fixtures/drupal7.php';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.