function WorkspacesUpdateTest::setDatabaseDumpFiles
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ workspaces/ tests/ src/ Functional/ Update/ WorkspacesUpdateTest.php, line 26
Class
- WorkspacesUpdateTest
- Tests the upgrade path for the Workspaces module.
Namespace
Drupal\Tests\workspaces\Functional\UpdateCode
public function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.4.0.bare.standard.php.gz',
__DIR__ . '/../../../fixtures/update/drupal-8.6.0-workspaces_installed.php',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.