Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

@@ -22,7 +22,7 @@ class LoadTest extends BrowserTestBase {
*
* @var array
*/
public static $modules = ['cert'];
protected static $modules = ['cert'];
/**
* A user with permission to administer site configuration.
@@ -34,7 +34,7 @@ class LoadTest extends BrowserTestBase {
/**
* {@inheritdoc}
*/
protected function setUp() {
protected function setUp(): void {
parent::setUp();
$this->user = $this->drupalCreateUser(['administer site configuration']);
$this->drupalLogin($this->user);
Loading