protected function ScaleAndCropAddAnchorUpdateTest::setDatabaseDumpFiles in Drupal 8
Set database dump files to be used.
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\UpdateCode
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',
  ];
}