function TimestampFormatterSettingsUpdateTest::setDatabaseDumpFiles
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ system/ tests/ src/ Functional/ Update/ TimestampFormatterSettingsUpdateTest.php, line 26
Class
- TimestampFormatterSettingsUpdateTest
- Tests the update of timestamp formatter settings.
Namespace
Drupal\Tests\system\Functional\UpdateCode
protected function setDatabaseDumpFiles() : void {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-9.4.0.bare.standard.php.gz',
__DIR__ . '/../../../../../layout_builder/tests/fixtures/update/layout-builder.php',
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal.timestamp-formatter-settings-2921810.php',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.