You are here

public function WorkspacesIntegrationTest::workspacesCanBeEnabledWhenNoEntityTypesAreDefined in Entity Construction Kit (ECK) 8

@test

File

tests/src/Functional/WorkspacesIntegrationTest.php, line 17

Class

WorkspacesIntegrationTest
Class WorkspacesIntegrationTest.

Namespace

Drupal\Tests\eck\Functional

Code

public function workspacesCanBeEnabledWhenNoEntityTypesAreDefined() {
  $this->container
    ->get('module_installer')
    ->install([
    'workspaces',
  ], TRUE);
}