Skip to content
Snippets Groups Projects
Commit 5c52c408 authored by Simo Hellsten's avatar Simo Hellsten
Browse files

Merge branch '3378742-unit-test-fails' into '8.x-1.x'

Update LoadTest.php

See merge request !4
parents 6aee8982 372cdf9d
No related branches found
No related tags found
No related merge requests found
Pipeline #266860 canceled
...@@ -29,7 +29,7 @@ class LoadTest extends BrowserTestBase { ...@@ -29,7 +29,7 @@ class LoadTest extends BrowserTestBase {
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
protected function setUp() { protected function setUp(): void {
parent::setUp(); parent::setUp();
$this->user = $this->drupalCreateUser(['administer site configuration']); $this->user = $this->drupalCreateUser(['administer site configuration']);
$this->drupalLogin($this->user); $this->drupalLogin($this->user);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment