function LayoutBuilderContextMappingUpdatePathTest::setDatabaseDumpFiles
Same name in other branches
- 9 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 18
Class
- LayoutBuilderContextMappingUpdatePathTest
- Tests context-aware blocks after the context changes to section storage.
Namespace
Drupal\Tests\layout_builder\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.filled.standard.php.gz',
__DIR__ . '/../../../fixtures/update/layout-builder.php',
__DIR__ . '/../../../fixtures/update/layout-builder-field-schema.php',
__DIR__ . '/../../../fixtures/update/layout-builder-field-block.php',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.