You are here

protected function LingotekModuleUninstallWith8x1xDataTest::setDatabaseDumpFiles in Lingotek Translation 8.2

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

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

Class

LingotekModuleUninstallWith8x1xDataTest
Tests the module uninstall when having metadata in the entity as in 8.x-1.x. This is not a real update path tests, but we want to use a dump.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

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