You are here

protected function LingotekRouteNamesRequestTranslation8003Test::setDatabaseDumpFiles in Lingotek Translation 8

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

src/Tests/Update/LingotekRouteNamesRequestTranslation8003Test.php, line 19

Class

LingotekRouteNamesRequestTranslation8003Test
Tests the upgrade path after changing route names.

Namespace

Drupal\lingotek\Tests\Update

Code

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