protected function LayoutBuilderContextMappingUpdatePathTest::setDatabaseDumpFiles in Drupal 8
Same name and namespace in other branches
- 9 core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderContextMappingUpdatePathTest.php \Drupal\Tests\layout_builder\Functional\Update\LayoutBuilderContextMappingUpdatePathTest::setDatabaseDumpFiles()
Set database dump files to be used.
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',
];
}