function WorkspaceAssociationDeprecationTest::setUp
Same name in other branches
- 11.x 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 24
Class
- WorkspaceAssociationDeprecationTest
- @coversDefaultClass \Drupal\workspaces\WorkspaceAssociation @group legacy
Namespace
Drupal\Tests\workspaces\KernelCode
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.