Skip to content
Snippets Groups Projects
Unverified Commit ae186bdf authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3153722 by Hardik_Patel_12: Make $modules property protected on...

Issue #3153722 by Hardik_Patel_12: Make $modules property protected on DuplicateContextualLinksTest, NoMultilingualReviewPageTest and MenuActiveTrail403Test

(cherry picked from commit 9a7f4fb4)
parent 491c40a5
Branches
Tags
No related merge requests found
......@@ -14,7 +14,7 @@ class DuplicateContextualLinksTest extends WebDriverTestBase {
/**
* {@inheritdoc}
*/
public static $modules = [
protected static $modules = [
'block',
'contextual',
'node',
......
......@@ -35,7 +35,7 @@ class MenuActiveTrail403Test extends BrowserTestBase {
/**
* {@inheritdoc}
*/
public static $modules = ['system', 'block', 'menu_link_content'];
protected static $modules = ['system', 'block', 'menu_link_content'];
/**
* {@inheritdoc}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment