protected function LingotekUpgrade9500LingotekAccountDataTest::setDatabaseDumpFiles in Lingotek Translation 4.0.x
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
- tests/
src/ Functional/ Update/ LingotekUpgrade9500LingotekAccountDataTest.php, line 18
Class
- LingotekUpgrade9500LingotekAccountDataTest
- Tests the upgrade path for setting enable_download_interim preference.
Namespace
Drupal\Tests\lingotek\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../fixtures/update/drupal-88x.lingotek-2x20.standard.php.gz',
__DIR__ . '/../../../fixtures/update/9500-account-settings.php',
];
}