You are here

protected function LingotekProfileTargetSaveToVaultPostUpdateTest::setDatabaseDumpFiles in Lingotek Translation 3.3.x

Same name and namespace in other branches
  1. 4.0.x tests/src/Functional/Update/LingotekProfileTargetSaveToVaultPostUpdateTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekProfileTargetSaveToVaultPostUpdateTest::setDatabaseDumpFiles()
  2. 3.1.x tests/src/Functional/Update/LingotekProfileTargetSaveToVaultPostUpdateTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekProfileTargetSaveToVaultPostUpdateTest::setDatabaseDumpFiles()
  3. 3.2.x tests/src/Functional/Update/LingotekProfileTargetSaveToVaultPostUpdateTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekProfileTargetSaveToVaultPostUpdateTest::setDatabaseDumpFiles()
  4. 3.4.x tests/src/Functional/Update/LingotekProfileTargetSaveToVaultPostUpdateTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekProfileTargetSaveToVaultPostUpdateTest::setDatabaseDumpFiles()
  5. 3.5.x tests/src/Functional/Update/LingotekProfileTargetSaveToVaultPostUpdateTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekProfileTargetSaveToVaultPostUpdateTest::setDatabaseDumpFiles()
  6. 3.6.x tests/src/Functional/Update/LingotekProfileTargetSaveToVaultPostUpdateTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekProfileTargetSaveToVaultPostUpdateTest::setDatabaseDumpFiles()
  7. 3.7.x tests/src/Functional/Update/LingotekProfileTargetSaveToVaultPostUpdateTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekProfileTargetSaveToVaultPostUpdateTest::setDatabaseDumpFiles()
  8. 3.8.x tests/src/Functional/Update/LingotekProfileTargetSaveToVaultPostUpdateTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekProfileTargetSaveToVaultPostUpdateTest::setDatabaseDumpFiles()

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

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

Class

LingotekProfileTargetSaveToVaultPostUpdateTest
Tests the upgrade path for setting custom target save-to vault setting.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../../fixtures/update/drupal-88x.lingotek-2x20.standard.php.gz',
    __DIR__ . '/../../../fixtures/update/profile-target-save-to-vault-post-update.php',
  ];
}