You are here

protected function LingotekSplitDownloadAllPreferenceUpdate8220Test::setDatabaseDumpFiles in Lingotek Translation 8.2

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

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

Class

LingotekSplitDownloadAllPreferenceUpdate8220Test
Tests the upgrade path for setting split_download_all preference.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../../fixtures/update/drupal-8.lingotek.standard.pre8217.php.gz',
  ];
}