function MigrateDrupal7TestBase::getFixtureFilePath
Same name in other branches
- 9 core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php \Drupal\Tests\migrate_drupal\Kernel\d7\MigrateDrupal7TestBase::getFixtureFilePath()
- 9 core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateDrupal7TestBase.php \Drupal\Tests\aggregator\Kernel\Migrate\d7\MigrateDrupal7TestBase::getFixtureFilePath()
- 8.9.x core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php \Drupal\Tests\migrate_drupal\Kernel\d7\MigrateDrupal7TestBase::getFixtureFilePath()
- 10 core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php \Drupal\Tests\migrate_drupal\Kernel\d7\MigrateDrupal7TestBase::getFixtureFilePath()
Gets the path to the fixture file.
1 call to MigrateDrupal7TestBase::getFixtureFilePath()
- MigrateDrupal7TestBase::setUp in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ d7/ MigrateDrupal7TestBase.php
8 methods override MigrateDrupal7TestBase::getFixtureFilePath()
- MigrateBookConfigsTest::getFixtureFilePath in core/
modules/ book/ tests/ src/ Kernel/ Migrate/ d7/ MigrateBookConfigsTest.php - Gets the path to the fixture file.
- MigrateBookTest::getFixtureFilePath in core/
modules/ book/ tests/ src/ Kernel/ Migrate/ d7/ MigrateBookTest.php - Gets the path to the fixture file.
- MigrateForumSettingsTest::getFixtureFilePath in core/
modules/ forum/ tests/ src/ Kernel/ Migrate/ d7/ MigrateForumSettingsTest.php - Gets the path to the fixture file.
- MigrateNodeCounterTest::getFixtureFilePath in core/
modules/ statistics/ tests/ src/ Kernel/ Migrate/ d7/ MigrateNodeCounterTest.php - Gets the path to the fixture file.
- MigrateStatisticsConfigsTest::getFixtureFilePath in core/
modules/ statistics/ tests/ src/ Kernel/ Migrate/ d7/ MigrateStatisticsConfigsTest.php - Gets the path to the fixture file.
File
-
core/
modules/ migrate_drupal/ tests/ src/ Kernel/ d7/ MigrateDrupal7TestBase.php, line 32
Class
- MigrateDrupal7TestBase
- Base class for Drupal 7 migration tests.
Namespace
Drupal\Tests\migrate_drupal\Kernel\d7Code
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.