function WorkspaceAssociationRevisionTableUpdateTest::setDatabaseDumpFiles

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationRevisionTableUpdateTest.php, line 19

Class

WorkspaceAssociationRevisionTableUpdateTest
Tests the upgrade path for the workspace_association_revision table.

Namespace

Drupal\Tests\workspaces\Functional\Update

Code

protected function setDatabaseDumpFiles() : void {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-10.3.0.bare.standard.php.gz',
    __DIR__ . '/../../../fixtures/update/workspaces-10.3.0.php',
  ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.