function ScaleAndCropAddAnchorUpdateTest::setDatabaseDumpFiles

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php, line 20

Class

ScaleAndCropAddAnchorUpdateTest
Tests adding an 'anchor' setting to existing scale and crop image effects.

Namespace

Drupal\Tests\image\Functional\Update

Code

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

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