function MigrateBookConfigsTest::getFixtureFilePath

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

Gets the path to the fixture file.

Overrides MigrateDrupal7TestBase::getFixtureFilePath

File

core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php, line 36

Class

MigrateBookConfigsTest
Tests the migration of Book settings.

Namespace

Drupal\Tests\book\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.