function MigrateForumSettingsTest::getFixtureFilePath

Same name and namespace in other branches
  1. 10 core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateForumSettingsTest.php \Drupal\Tests\forum\Kernel\Migrate\d7\MigrateForumSettingsTest::getFixtureFilePath()

Gets the path to the fixture file.

Overrides MigrateDrupal7TestBase::getFixtureFilePath

File

core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateForumSettingsTest.php, line 44

Class

MigrateForumSettingsTest
Tests migration of Forum's variables to configuration.

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.