function WorkspaceAssociationDeprecationTest::setUp

Overrides KernelTestBase::setUp

File

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

Class

WorkspaceAssociationDeprecationTest
@coversDefaultClass \Drupal\workspaces\WorkspaceAssociation[[api-linebreak]] @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.