You are here

protected function Update8013Test::setDatabaseDumpFiles in Lightning Layout 8.2

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update8013Test.php, line 24

Class

Update8013Test
Tests the Lightning Layout update to install Layout Library.

Namespace

Drupal\Tests\lightning_layout\Functional

Code

protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../fixtures/Update8013-d8.8.5-lightning_layout-1.x.php.gz',
  ];
}