function BlockPageSettingTest::setDatabaseDumpFiles
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ search/ tests/ src/ Functional/ Update/ BlockPageSettingTest.php, line 18
Class
- BlockPageSettingTest
- Tests search blocks upgrade to default page setting.
Namespace
Drupal\Tests\search\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.