You are here

protected function LingotekManageTranslationsPostUpdateTest::setDatabaseDumpFiles in Lingotek Translation 8.2

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update/LingotekManageTranslationsPostUpdateTest.php, line 19

Class

LingotekManageTranslationsPostUpdateTest
Tests the upgrade path for updating the Lingotek administration roles with the manage translations permission.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

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