function WorkspaceTest::testWorkspaces

Same name and namespace in other branches
  1. main core/modules/workspaces/tests/src/Functional/WorkspaceTest.php \Drupal\Tests\workspaces\Functional\WorkspaceTest::testWorkspaces()

Test workspace functionality.

File

core/modules/workspaces/tests/src/Functional/WorkspaceTest.php, line 87

Class

WorkspaceTest
Test the workspace entity.

Namespace

Drupal\Tests\workspaces\Functional

Code

public function testWorkspaces() : void {
  $this->drupalLogin($this->editor1);
  $this->doTestSpecialCharacters();
  $this->doTestWorkspaceToolbar();
  $this->doTestWorkspaceFormRevisions();
  $this->doTestWorkspaceOwner();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.