function LayoutBuilderEnableUpdatePathTest::setDatabaseDumpFiles
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ layout_builder/ tests/ src/ Functional/ Update/ LayoutBuilderEnableUpdatePathTest.php, line 20
Class
- LayoutBuilderEnableUpdatePathTest
- Tests the upgrade path for enabling Layout Builder.
Namespace
Drupal\Tests\layout_builder\Functional\UpdateCode
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/layout-builder-enable.php',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.