function BlockRemoveDisabledRegionUpdateTest::setDatabaseDumpFiles
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ block/ tests/ src/ Functional/ Update/ BlockRemoveDisabledRegionUpdateTest.php, line 25
Class
- BlockRemoveDisabledRegionUpdateTest
- Tests the upgrade path for removal of disabled region.
Namespace
Drupal\Tests\block\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.update-test-block-disabled-2513534.php',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.