function MigrateContactSettingsTest::getFixtureFilePath

Gets the path to the fixture file.

Overrides MigrateDrupal6TestBase::getFixtureFilePath

File

core/modules/contact/tests/src/Kernel/Migrate/d6/MigrateContactSettingsTest.php, line 37

Class

MigrateContactSettingsTest
Upgrade variables to contact.settings.yml.

Namespace

Drupal\Tests\contact\Kernel\Migrate\d6

Code

protected function getFixtureFilePath() : string {
  return __DIR__ . '/../../../../fixtures/drupal6.php';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.