function MigrateLinkDomainSettingFromRestToHalUpdateTest::setDatabaseDumpFiles
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ hal/ tests/ src/ Functional/ Update/ MigrateLinkDomainSettingFromRestToHalUpdateTest.php, line 20
Class
- MigrateLinkDomainSettingFromRestToHalUpdateTest
- 'link_domain' is migrated from 'rest.settings' to 'hal.settings'.
Namespace
Drupal\Tests\hal\Functional\UpdateCode
public function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
__DIR__ . '/../../../fixtures/update/drupal-8.hal-hal_update_8301.php',
__DIR__ . '/../../../fixtures/update/drupal-8.rest-hal_update_8301.php',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.