function WorkspaceFormValidationTest::setUp

Overrides BrowserTestBase::setUp

File

core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php, line 31

Class

WorkspaceFormValidationTest
Tests Workspaces form validation.

Namespace

Drupal\Tests\workspaces\Functional

Code

protected function setUp() : void {
  parent::setUp();
  $this->drupalLogin($this->drupalCreateUser([
    'administer workspaces',
  ]));
  $this->setupWorkspaceSwitcherBlock();
}

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