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
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ class DuplicateContextualLinksTest extends WebDriverTestBase { ...@@ -14,7 +14,7 @@ class DuplicateContextualLinksTest extends WebDriverTestBase {
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public static $modules = [ protected static $modules = [
'block', 'block',
'contextual', 'contextual',
'node', 'node',
......
...@@ -35,7 +35,7 @@ class MenuActiveTrail403Test extends BrowserTestBase { ...@@ -35,7 +35,7 @@ class MenuActiveTrail403Test extends BrowserTestBase {
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public static $modules = ['system', 'block', 'menu_link_content']; protected static $modules = ['system', 'block', 'menu_link_content'];
/** /**
* {@inheritdoc} * {@inheritdoc}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment