You are here

protected function LinkHeaderTest::setUp in HTTP/2 Server Push 8

Overrides BrowserTestBase::setUp

File

tests/src/Functional/LinkHeaderTest.php, line 28

Class

LinkHeaderTest
@group http2_server_push

Namespace

Drupal\Tests\http2_server_push\Functional

Code

protected function setUp() {
  parent::setUp();

  // Grant anonymous users access to the toolbar, so the anonymous user gets
  // some JavaScript.
  $this
    ->grantPermissions(Role::load(RoleInterface::ANONYMOUS_ID), [
    'access toolbar',
  ]);
}