You are here

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\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installEntitySchema('workspace');
  $this
    ->installEntitySchema('workspace_pointer');
  $this
    ->installEntitySchema('user');
}