function DblogNoLogsAvailableUpgradeTest::setDatabaseDumpFiles
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',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.