function CKEditor5UpdateOlStartReversed::setDatabaseDumpFiles
Same name in other branches
- 10 core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateOlStartReversed.php \Drupal\Tests\ckeditor5\Functional\Update\CKEditor5UpdateOlStartReversed::setDatabaseDumpFiles()
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ ckeditor5/ tests/ src/ Functional/ Update/ CKEditor5UpdateOlStartReversed.php, line 26
Class
- CKEditor5UpdateOlStartReversed
- @covers ckeditor5_post_update_list_start_reversed @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',
__DIR__ . '/../../../fixtures/update/ckeditor5-3396628.php',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.