function EditorAddLazyLoadImageFilterUpdateTest::setDatabaseDumpFiles

Same name in other branches
  1. 10 core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php \Drupal\Tests\editor\Functional\Update\EditorAddLazyLoadImageFilterUpdateTest::setDatabaseDumpFiles()

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php, line 25

Class

EditorAddLazyLoadImageFilterUpdateTest
Tests adding editor_image_lazy_load filter to editor_file_reference.

Namespace

Drupal\Tests\editor\Functional\Update

Code

protected function setDatabaseDumpFiles() : void {
    $this->databaseDumpFiles = [
        __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-9.4.0.bare.standard.php.gz',
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.