You are here

protected function LingotekProfileEntityIdUpdate8002Test::setDatabaseDumpFiles in Lingotek Translation 8

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

src/Tests/Update/LingotekProfileEntityIdUpdate8002Test.php, line 19

Class

LingotekProfileEntityIdUpdate8002Test
Tests the upgrade path for changing the profile entity id.

Namespace

Drupal\lingotek\Tests\Update

Code

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