function WorkspaceAssociationStringIdsUpdatePathTest::setDatabaseDumpFiles

File

core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationStringIdsUpdatePathTest.php, line 24

Class

WorkspaceAssociationStringIdsUpdatePathTest
Tests the update path for string IDs in workspace_association.

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.php',
    ];
}

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