You are here

protected function SectionDependenciesUpdatePathTest::setDatabaseDumpFiles in Drupal 8

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php, line 19

Class

SectionDependenciesUpdatePathTest
Tests the upgrade path for Layout Builder section dependencies.

Namespace

Drupal\Tests\layout_builder\Functional\Update

Code

protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.4.0.bare.standard.php.gz',
    __DIR__ . '/../../../fixtures/update/layout-builder.php',
    __DIR__ . '/../../../fixtures/update/section-dependencies.php',
  ];
}