function BlockWeightUpdateTest::setDatabaseDumpFiles

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/block/tests/src/Functional/BlockWeightUpdateTest.php, line 19

Class

BlockWeightUpdateTest
@covers block_post_update_make_weight_integer @group block

Namespace

Drupal\Tests\block\Functional

Code

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

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