function BlockItemsPerPageUpdateTest::setDatabaseDumpFiles

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php, line 22

Class

BlockItemsPerPageUpdateTest
Tests Block Items Per Page Update.

Namespace

Drupal\Tests\views\Functional\Update

Code

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

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