function MigrateColorTest::getFixtureFilePath
Gets the path to the fixture file.
Overrides MigrateDrupal7TestBase::getFixtureFilePath
File
-
core/
modules/ color/ tests/ src/ Kernel/ Migrate/ d7/ MigrateColorTest.php, line 33
Class
- MigrateColorTest
- Tests migration of Color variables to configuration.
Namespace
Drupal\Tests\color\Kernel\Migrate\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.