You are here

protected function LingotekConfigEntitiesProfiles8217Test::setDatabaseDumpFiles in Lingotek Translation 8.2

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update/LingotekConfigEntitiesProfiles8217Test.php, line 20

Class

LingotekConfigEntitiesProfiles8217Test
Tests the upgrade path moving Lingotek profile from settings to config metadata.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

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