You are here

protected function LingotekUpgrade9000AppendTypeToTitleBooleanConversionTest::setDatabaseDumpFiles in Lingotek Translation 4.0.x

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

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

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

Class

LingotekUpgrade9000AppendTypeToTitleBooleanConversionTest
Tests the upgrade path for updating append_type_to_title preference.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

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