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