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