function WorkspaceAssociationDeprecationTest::setUp

Same name in other branches
  1. 10 core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationDeprecationTest.php \Drupal\Tests\workspaces\Kernel\WorkspaceAssociationDeprecationTest::setUp()

Overrides KernelTestBase::setUp

File

core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationDeprecationTest.php, line 22

Class

WorkspaceAssociationDeprecationTest
@coversDefaultClass \Drupal\workspaces\WorkspaceAssociation @group legacy

Namespace

Drupal\Tests\workspaces\Kernel

Code

protected function setUp() : void {
    parent::setUp();
    $this->installEntitySchema('workspace');
    $this->installSchema('workspaces', [
        'workspace_association',
    ]);
}

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