You are here

protected function LingotekUpgrade8221RemoveContentCloudSettingsTest::setDatabaseDumpFiles in Lingotek Translation 3.0.x

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

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update/LingotekUpgrade8221RemoveContentCloudSettingsTest.php, line 33

Class

LingotekUpgrade8221RemoveContentCloudSettingsTest
Tests the upgrade path for removing Lingotek Content Cloud related preferences.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

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