function SearchBlockPageIdUpdatePathTest::setDatabaseDumpFiles

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

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

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.