function MigrateForumTest::getFixtureFilePath
Same name in other branches
- 10 core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumTest.php \Drupal\Tests\forum\Kernel\Migrate\d6\MigrateForumTest::getFixtureFilePath()
Gets the path to the fixture file.
Overrides MigrateDrupal6TestBase::getFixtureFilePath
File
-
core/
modules/ forum/ tests/ src/ Kernel/ Migrate/ d6/ MigrateForumTest.php, line 56
Class
- MigrateForumTest
- Tests forum migration from Drupal 6 to Drupal 8.
Namespace
Drupal\Tests\forum\Kernel\Migrate\d6Code
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.