function ThrobberTest::setUp

Overrides BrowserTestBase::setUp

File

core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php, line 33

Class

ThrobberTest
Tests the throbber.

Namespace

Drupal\FunctionalJavascriptTests\Ajax

Code

public function setUp() : void {
  parent::setUp();
  $admin_user = $this->drupalCreateUser([
    'administer views',
  ]);
  $this->drupalLogin($admin_user);
}

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