function ImageLazyLoadUpdateTest::setDatabaseDumpFiles

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/image/tests/src/Functional/ImageLazyLoadUpdateTest.php, line 17

Class

ImageLazyLoadUpdateTest
Tests lazy-load upgrade path.

Namespace

Drupal\Tests\image\Functional

Code

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

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