Skip to content
Snippets Groups Projects

fix load test

Closed Patrick Kenny requested to merge issue/jsonapi_include-3438020:load_test into 8.x-1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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);
Loading