You are here

protected function LingotekPostUpdateRemoveAccountSandboxHostTest::setDatabaseDumpFiles in Lingotek Translation 3.7.x

Same name and namespace in other branches
  1. 4.0.x tests/src/Functional/Update/LingotekPostUpdateRemoveAccountSandboxHostTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekPostUpdateRemoveAccountSandboxHostTest::setDatabaseDumpFiles()
  2. 3.5.x tests/src/Functional/Update/LingotekPostUpdateRemoveAccountSandboxHostTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekPostUpdateRemoveAccountSandboxHostTest::setDatabaseDumpFiles()
  3. 3.6.x tests/src/Functional/Update/LingotekPostUpdateRemoveAccountSandboxHostTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekPostUpdateRemoveAccountSandboxHostTest::setDatabaseDumpFiles()
  4. 3.8.x tests/src/Functional/Update/LingotekPostUpdateRemoveAccountSandboxHostTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekPostUpdateRemoveAccountSandboxHostTest::setDatabaseDumpFiles()

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

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

Class

LingotekPostUpdateRemoveAccountSandboxHostTest
Tests the upgrade for clearing 'account.sandbox_host' and 'account.use_production' settings.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

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