function SystemRssDeleteTest::setDatabaseDumpFiles
Same name and namespace in other branches
- 11.x core/modules/system/tests/src/Functional/Update/SystemRssDeleteTest.php \Drupal\Tests\system\Functional\Update\SystemRssDeleteTest::setDatabaseDumpFiles()
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ system/ tests/ src/ Functional/ Update/ SystemRssDeleteTest.php, line 23
Class
- SystemRssDeleteTest
- Tests that system.rss config is deleted.
Namespace
Drupal\Tests\system\Functional\UpdateCode
protected function setDatabaseDumpFiles() : void {
$this->databaseDumpFiles = [
__DIR__ . '/../../../fixtures/update/drupal-10.3.0.bare.standard.php.gz',
__DIR__ . '/../../../fixtures/update/uninstall-history.php',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.