protected function WorkspacePointerTest::setUp in Workspace 8
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ WorkspacePointerTest.php, line 29
Class
- WorkspacePointerTest
- Tests for the WorkspacePointer entity.
Namespace
Drupal\Tests\workspace\KernelCode
protected function setUp() {
parent::setUp();
$this
->installEntitySchema('workspace');
$this
->installEntitySchema('workspace_pointer');
$this
->installEntitySchema('user');
}