You are here

protected function LingotekFilterConfigUpdate8205Test::setDatabaseDumpFiles in Lingotek Translation 8.2

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update/LingotekFilterConfigUpdate8205Test.php, line 18

Class

LingotekFilterConfigUpdate8205Test
Tests the upgrade path for updating the filter defaults.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

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