function BlockContentStatusInfoUpdatePathTest::setDatabaseDumpFiles
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ block_content/ tests/ src/ Functional/ Update/ BlockContentStatusInfoUpdatePathTest.php, line 22
Class
- BlockContentStatusInfoUpdatePathTest
- Tests block_content_post_update_remove_block_content_status_info_keys.
Namespace
Drupal\Tests\block_content\Functional\UpdateCode
protected function setDatabaseDumpFiles() : void {
$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.