function UpdateEmptyEmailsUpdatePathTest::setDatabaseDumpFiles
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ update/ tests/ src/ Functional/ Update/ UpdateEmptyEmailsUpdatePathTest.php, line 19
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',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.