Skip to content
Snippets Groups Projects
Commit 43fe66f2 authored by Project Update Bot's avatar Project Update Bot Committed by Owen Bush
Browse files

Issue #3287520 by Project Update Bot, owenbush: Automated Drupal 10 compatibility fixes

parent 8e53fe04
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ class LoadTest extends BrowserTestBase {
*
* @var array
*/
public static $modules = ['field_inheritance'];
protected static $modules = ['field_inheritance'];
/**
* A user with permission to administer site configuration.
......@@ -36,7 +36,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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment