You are here

protected function LingotekTargetStatusFormatterUpdate8209Test::setDatabaseDumpFiles in Lingotek Translation 8.2

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update/LingotekTargetStatusFormatterUpdate8209Test.php, line 34

Class

LingotekTargetStatusFormatterUpdate8209Test
Tests the upgrade path for changing the lingotek_target_status id to lingotek_target_statuses.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

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