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