function MigrateContactCategoryTest::getFixtureFilePath

Same name and namespace in other branches
  1. 11.x core/modules/contact/tests/src/Kernel/Migrate/MigrateContactCategoryTest.php \Drupal\Tests\contact\Kernel\Migrate\MigrateContactCategoryTest::getFixtureFilePath()

Gets the path to the fixture file.

Overrides MigrateDrupal6TestBase::getFixtureFilePath

File

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

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.