function SearchBlockPageIdUpdatePathTest::setDatabaseDumpFiles

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php, line 22

Class

SearchBlockPageIdUpdatePathTest
Tests update path for the search block's `page_id` setting from '' to NULL.

Namespace

Drupal\Tests\search\Functional\Update

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.