function MigrateTaxonomyTermTest::getFixtureFilePath

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

Gets the path to the fixture file.

Overrides MigrateDrupal6TestBase::getFixtureFilePath

File

core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTest.php, line 37

Class

MigrateTaxonomyTermTest
Test migration of forum taxonomy terms.

Namespace

Drupal\Tests\forum\Kernel\Migrate\d6

Code

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

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