You are here

protected function LingotekRouteNamesRequestTranslation8003Test::setDatabaseDumpFiles in Lingotek Translation 8.2

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update/LingotekRouteNamesRequestTranslation8003Test.php, line 19

Class

LingotekRouteNamesRequestTranslation8003Test
Tests the upgrade path after changing route names.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

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