function CKEditor5UpdateOlStartReversed::setDatabaseDumpFiles
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
- 
              core/
modules/ ckeditor5/ tests/ src/ Functional/ Update/ CKEditor5UpdateOlStartReversed.php, line 26  
Class
- CKEditor5UpdateOlStartReversed
 - @covers ckeditor5_post_update_list_start_reversed[[api-linebreak]] @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.