function UpdateDescriptionConfigurationPostUpdate::setDatabaseDumpFiles
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ system/ tests/ src/ Functional/ Update/ UpdateDescriptionConfigurationPostUpdate.php, line 26
Class
- UpdateDescriptionConfigurationPostUpdate
- @covers system_post_update_add_description_to_entity_view_mode @covers system_post_update_add_description_to_entity_form_mode
Namespace
Drupal\Tests\system\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-9.4.0.filled.standard.php.gz',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.