Skip to content
Snippets Groups Projects
Commit 4a84e607 authored by Project Update Bot's avatar Project Update Bot Committed by Liam Hiscock
Browse files

Issue #3288550 by Project Update Bot, sharayurajput, Kristen Pol, Gábor...

Issue #3288550 by Project Update Bot, sharayurajput, Kristen Pol, Gábor Hojtsy, Luke.Leber, mradcliffe: Automated Drupal 10 compatibility fixes
parent 7d4c220b
Branches
Tags
No related merge requests found
name: Menu Item Role Access
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
description: Provide role based access to menu items.
package: Menu
type: module
......
......@@ -14,7 +14,7 @@ class InstallTestCase extends BrowserTestBase {
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
protected mixed $defaultTheme = 'stark';
/**
* {@inheritdoc}
......
......@@ -17,7 +17,7 @@ class PermissionsTest extends BrowserTestBase {
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
protected mixed $defaultTheme = 'stark';
/**
* Modules to enable.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment