protected function LocaleUpdatePathTest::setDatabaseDumpFiles in Drupal 9
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
- core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdatePathTest.php, line 18
Class
- LocaleUpdatePathTest
- Tests Locale's update path.
Namespace
Drupal\Tests\locale\FunctionalCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
dirname(__DIR__, 4) . '/system/tests/fixtures/update/drupal-8.8.0.filled.standard.php.gz',
];
}