protected function StableBaseThemeUpdateTest::setDatabaseDumpFiles in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Update/StableBaseThemeUpdateTest.php \Drupal\system\Tests\Update\StableBaseThemeUpdateTest::setDatabaseDumpFiles()
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
- core/
modules/ system/ src/ Tests/ Update/ StableBaseThemeUpdateTest.php, line 29 - Contains \Drupal\system\Tests\Update\StableBaseThemeUpdateTest.
Class
- StableBaseThemeUpdateTest
- Tests the upgrade path for introducing the Stable base theme.
Namespace
Drupal\system\Tests\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
__DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.stable-base-theme-2575421.php',
];
}