function HelpSearchHelpUpgradeTest::setDatabaseDumpFiles
Same name in this branch
- main core/modules/help/tests/src/Functional/HelpSearchHelpUpgradeTest.php \Drupal\Tests\help\Functional\HelpSearchHelpUpgradeTest::setDatabaseDumpFiles()
Same name and namespace in other branches
- 11.x core/modules/help/tests/src/Functional/HelpSearchHelpUpgradeTest.php \Drupal\Tests\help\Functional\HelpSearchHelpUpgradeTest::setDatabaseDumpFiles()
- 11.x core/modules/search/tests/src/Functional/HelpSearchHelpUpgradeTest.php \Drupal\Tests\search\Functional\HelpSearchHelpUpgradeTest::setDatabaseDumpFiles()
File
-
core/
modules/ search/ tests/ src/ Functional/ HelpSearchHelpUpgradeTest.php, line 28
Class
- HelpSearchHelpUpgradeTest
- Tests that the search_help module is installed after help updates.
Namespace
Drupal\Tests\search\FunctionalCode
protected function setDatabaseDumpFiles() : void {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../system/tests/fixtures/update/drupal-11.3.0.bare.standard.php.gz',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.