function CKEditor5UpdateCodeBlockConfigurationTest::setDatabaseDumpFiles
Same name in other branches
- 10 core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateCodeBlockConfigurationTest.php \Drupal\Tests\ckeditor5\Functional\Update\CKEditor5UpdateCodeBlockConfigurationTest::setDatabaseDumpFiles()
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ ckeditor5/ tests/ src/ Functional/ Update/ CKEditor5UpdateCodeBlockConfigurationTest.php, line 25
Class
- CKEditor5UpdateCodeBlockConfigurationTest
- @covers ckeditor5_post_update_code_block @group Update @group ckeditor5
Namespace
Drupal\Tests\ckeditor5\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.