protected function DblogNoLogsAvailableUpgradeTest::setDatabaseDumpFiles in Drupal 8
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
- core/
modules/ dblog/ tests/ src/ Functional/ Update/ DblogNoLogsAvailableUpgradeTest.php, line 21
Class
- DblogNoLogsAvailableUpgradeTest
- Test the upgrade path of changing the empty text area for watchdog view.
Namespace
Drupal\Tests\dblog\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.4.0.bare.standard.php.gz',
];
}