You are here

protected function LingotekActionsInstalledUpdate8210Test::setDatabaseDumpFiles in Lingotek Translation 8.2

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update/LingotekActionsInstalledUpdate8210Test.php, line 34

Class

LingotekActionsInstalledUpdate8210Test
Tests the upgrade path for installing the lingotek actions if required.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

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