Skip to content
Snippets Groups Projects
Commit ba0d7bdd authored by Project Update Bot's avatar Project Update Bot Committed by Brent Gees
Browse files

Issue #3369399 by Project Update Bot: Automated Drupal 10 compatibility fixes

parent 4f7d59c3
Branches
Tags 2.1.2
No related merge requests found
......@@ -24,7 +24,7 @@ class LoadTest extends BrowserTestBase {
*
* @var array
*/
public static $modules = ['facets_autocomplete'];
protected static $modules = ['facets_autocomplete'];
/**
* 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