function BlockWeightUpdateTest::setDatabaseDumpFiles

Same name and namespace in other branches
  1. 11.x core/modules/block/tests/src/Functional/BlockWeightUpdateTest.php \Drupal\Tests\block\Functional\BlockWeightUpdateTest::setDatabaseDumpFiles()

File

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

Class

BlockWeightUpdateTest
Tests Block Weight Update.

Namespace

Drupal\Tests\block\Functional

Code

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

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