function MigrateContactCategoryTest::getFixtureFilePath

Gets the path to the fixture file.

Overrides MigrateDrupal6TestBase::getFixtureFilePath

File

core/modules/contact/tests/src/Kernel/Migrate/MigrateContactCategoryTest.php, line 36

Class

MigrateContactCategoryTest
Migrate contact categories to contact.form.*.yml.

Namespace

Drupal\Tests\contact\Kernel\Migrate

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.