You are here

protected function LingotekUpgrade9402ClearDownloadInterimPreferenceTest::setDatabaseDumpFiles in Lingotek Translation 4.0.x

Same name and namespace in other branches
  1. 3.8.x tests/src/Functional/Update/LingotekUpgrade9402ClearDownloadInterimPreferenceTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekUpgrade9402ClearDownloadInterimPreferenceTest::setDatabaseDumpFiles()

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update/LingotekUpgrade9402ClearDownloadInterimPreferenceTest.php, line 33

Class

LingotekUpgrade9402ClearDownloadInterimPreferenceTest
Tests the upgrade path for setting enable_download_interim preference.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../../fixtures/update/drupal-88x.lingotek-2x20.standard.php.gz',
    __DIR__ . '/../../../fixtures/update/9402-set-preference-enable-download-interim.php',
  ];
}