function LayoutBuilderContextMappingUpdatePathTest::setDatabaseDumpFiles

Same name in other branches
  1. 8.9.x core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderContextMappingUpdatePathTest.php \Drupal\Tests\layout_builder\Functional\Update\LayoutBuilderContextMappingUpdatePathTest::setDatabaseDumpFiles()

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderContextMappingUpdatePathTest.php, line 20

Class

LayoutBuilderContextMappingUpdatePathTest
Tests the upgrade path for Layout Builder layout context mappings.

Namespace

Drupal\Tests\layout_builder\Functional\Update

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.