You are here

protected function LingotekIntelligenceMetadataUpdate8204Test::setDatabaseDumpFiles in Lingotek Translation 8.2

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update/LingotekIntelligenceMetadataUpdate8204Test.php, line 17

Class

LingotekIntelligenceMetadataUpdate8204Test
Tests the upgrade path for updating the module weight.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

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