function SearchBlockPageIdUpdatePathTest::setDatabaseDumpFiles
Same name and namespace in other branches
- 11.x core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php \Drupal\Tests\search\Functional\Update\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\UpdateCode
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.