Skip to content
Snippets Groups Projects
Commit d346c741 authored by Simo Hellsten's avatar Simo Hellsten Committed by Patrick Kenny
Browse files

Issue #3378742 by ptmkenny, simohell, anybody: Unit test fails because of return type

parent 6aee8982
No related branches found
No related tags found
1 merge request!4Update LoadTest.php
Pipeline #266878 passed with warnings
......@@ -29,7 +29,12 @@ class LoadTest extends BrowserTestBase {
/**
* {@inheritdoc}
*/
protected function setUp() {
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
*/
protected function setUp(): void {
parent::setUp();
$this->user = $this->drupalCreateUser(['administer site configuration']);
$this->drupalLogin($this->user);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment