You are here

protected function LingotekUpgrade8222EnableDownloadInterimPreferenceTest::setDatabaseDumpFiles in Lingotek Translation 3.1.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/Update/LingotekUpgrade8222EnableDownloadInterimPreferenceTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekUpgrade8222EnableDownloadInterimPreferenceTest::setDatabaseDumpFiles()
  2. 3.0.x tests/src/Functional/Update/LingotekUpgrade8222EnableDownloadInterimPreferenceTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekUpgrade8222EnableDownloadInterimPreferenceTest::setDatabaseDumpFiles()
  3. 3.2.x tests/src/Functional/Update/LingotekUpgrade8222EnableDownloadInterimPreferenceTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekUpgrade8222EnableDownloadInterimPreferenceTest::setDatabaseDumpFiles()
  4. 3.3.x tests/src/Functional/Update/LingotekUpgrade8222EnableDownloadInterimPreferenceTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekUpgrade8222EnableDownloadInterimPreferenceTest::setDatabaseDumpFiles()
  5. 3.4.x tests/src/Functional/Update/LingotekUpgrade8222EnableDownloadInterimPreferenceTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekUpgrade8222EnableDownloadInterimPreferenceTest::setDatabaseDumpFiles()
  6. 3.5.x tests/src/Functional/Update/LingotekUpgrade8222EnableDownloadInterimPreferenceTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekUpgrade8222EnableDownloadInterimPreferenceTest::setDatabaseDumpFiles()
  7. 3.6.x tests/src/Functional/Update/LingotekUpgrade8222EnableDownloadInterimPreferenceTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekUpgrade8222EnableDownloadInterimPreferenceTest::setDatabaseDumpFiles()
  8. 3.7.x tests/src/Functional/Update/LingotekUpgrade8222EnableDownloadInterimPreferenceTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekUpgrade8222EnableDownloadInterimPreferenceTest::setDatabaseDumpFiles()

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

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

Class

LingotekUpgrade8222EnableDownloadInterimPreferenceTest
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',
  ];
}