function MigrateDrupal6TestBase::getFixtureFilePath

Same name and namespace in other branches
  1. 9 core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php \Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase::getFixtureFilePath()
  2. 9 core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateDrupal6TestBase.php \Drupal\Tests\aggregator\Kernel\Migrate\d6\MigrateDrupal6TestBase::getFixtureFilePath()
  3. 8.9.x core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php \Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase::getFixtureFilePath()
  4. 10 core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php \Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase::getFixtureFilePath()

Gets the path to the fixture file.

1 call to MigrateDrupal6TestBase::getFixtureFilePath()
MigrateDrupal6TestBase::setUp in core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php
13 methods override MigrateDrupal6TestBase::getFixtureFilePath()
MigrateBlockTest::getFixtureFilePath in core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php
Gets the path to the fixture file.
MigrateBookConfigsTest::getFixtureFilePath in core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php
Gets the path to the fixture file.
MigrateBookTest::getFixtureFilePath in core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php
Gets the path to the fixture file.
MigrateForumConfigsTest::getFixtureFilePath in core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumConfigsTest.php
Gets the path to the fixture file.
MigrateForumTest::getFixtureFilePath in core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumTest.php
Gets the path to the fixture file.

... See full list

File

core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php, line 45

Class

MigrateDrupal6TestBase
Base class for Drupal 6 migration tests.

Namespace

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