You are here

protected function LingotekContentMetadataJobIdUpdate8206Test::setDatabaseDumpFiles in Lingotek Translation 8.2

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update/LingotekContentMetadataJobIdUpdate8206Test.php, line 18

Class

LingotekContentMetadataJobIdUpdate8206Test
Tests the upgrade path for adding the job id field to content metadata.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

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