You are here

protected function LingotekContentEntityMetadataUpgrade8010WithNullSourceLanguageTest::setDatabaseDumpFiles in Lingotek Translation 8.2

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update/LingotekContentEntityMetadataUpgrade8010WithNullSourceLanguageTest.php, line 20

Class

LingotekContentEntityMetadataUpgrade8010WithNullSourceLanguageTest
Tests the upgrade path after migrating metadata to its own entity.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../../fixtures/update/drupal-8.lingotek.standard.pre8010.php.gz',
    __DIR__ . '/../../../fixtures/update/null-source-language-8010.php',
  ];
}