Skip to content
Snippets Groups Projects
Unverified Commit 9ab6e746 authored by Lee Rowlands's avatar Lee Rowlands Committed by Lee Rowlands
Browse files

Issue #3219487 by larowlan: Fix visibility of $modules in tests

parent a74eeea5
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ class BreadcrumbTest extends EntityHierarchyKernelTestBase {
/**
* {@inheritdoc}
*/
public static $modules = [
protected static $modules = [
'entity_hierarchy_breadcrumb',
'entity_hierarchy',
'entity_test',
......
......@@ -19,7 +19,7 @@ abstract class EntityHierarchyMicrositeKernelTestBase extends EntityHierarchyKer
/**
* {@inheritdoc}
*/
public static $modules = [
protected static $modules = [
'entity_hierarchy_microsite',
'node',
'file',
......
......@@ -49,7 +49,7 @@ class EntityHierarchyWorkbenchAccessTest extends EntityHierarchyKernelTestBase {
/**
* {@inheritdoc}
*/
public static $modules = [
protected static $modules = [
'entity_hierarchy',
'system',
'user',
......
......@@ -12,7 +12,7 @@ class BaseFieldTest extends HierarchyNestedSetIntegrationTest {
/**
* {@inheritdoc}
*/
public static $modules = [
protected static $modules = [
'entity_hierarchy_test_base_field',
];
......
......@@ -18,7 +18,7 @@ abstract class EntityHierarchyKernelTestBase extends EntityKernelTestBase {
/**
* {@inheritdoc}
*/
public static $modules = [
protected static $modules = [
'entity_hierarchy',
'entity_test',
'system',
......
......@@ -25,7 +25,7 @@ class ViewsIntegrationTest extends EntityHierarchyKernelTestBase {
/**
* {@inheritdoc}
*/
public static $modules = [
protected static $modules = [
'entity_hierarchy',
'entity_test',
'system',
......
......@@ -27,7 +27,7 @@ class ViewsRevisionableIntegrationTest extends ViewsIntegrationTest {
/**
* {@inheritdoc}
*/
public static $modules = [
protected static $modules = [
'entity_hierarchy_test_views_revision',
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment