function HelpTopicsMerge::setDatabaseDumpFiles
Same name in other branches
- 11.x core/modules/help/tests/src/Functional/Update/HelpTopicsMerge.php \Drupal\Tests\help\Functional\Update\HelpTopicsMerge::setDatabaseDumpFiles()
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ help/ tests/ src/ Functional/ Update/ HelpTopicsMerge.php, line 27
Class
- HelpTopicsMerge
- Tests merging help topics module when the module is not installed.
Namespace
Drupal\Tests\help\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-9.4.0.bare.standard.php.gz',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.