You are here

protected function UpdatePathTest::setDatabaseDumpFiles in Lightning Core 8.5

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update/UpdatePathTest.php, line 21

Class

UpdatePathTest
Tests Lightning Core's database update path.

Namespace

Drupal\Tests\lightning_core\Functional\Update

Code

protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../../fixtures/2.0.0-updated-drupal-8.8.0.php.gz',
  ];
}