You are here

protected function LingotekConfigDependenciesPostUpdateTest::setDatabaseDumpFiles in Lingotek Translation 8.2

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

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

Class

LingotekConfigDependenciesPostUpdateTest
Tests the upgrade path for updating the Lingotek metadata config dependencies.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

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