Issue #3164721 by TR, quietone: More uses of public static $modules
parent
d6991c94d8
commit
ce7d1d3c4c
|
@ -19,7 +19,7 @@ class CommentBaseFieldTest extends KernelTestBase {
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static $modules = [
|
||||
protected static $modules = [
|
||||
'system',
|
||||
'user',
|
||||
'comment',
|
||||
|
|
|
@ -16,7 +16,7 @@ class MigrateLanguageContentMenuSettingsTest extends MigrateDrupal7TestBase {
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static $modules = [
|
||||
protected static $modules = [
|
||||
'content_translation',
|
||||
'language',
|
||||
'link',
|
||||
|
|
|
@ -15,7 +15,7 @@ class MigrateResponsiveImageStylesTest extends MigrateDrupal7TestBase {
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static $modules = ['responsive_image', 'breakpoint', 'image'];
|
||||
protected static $modules = ['responsive_image', 'breakpoint', 'image'];
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
|
|
@ -15,7 +15,7 @@ class ResponsiveImageStylesTest extends MigrateSqlSourceTestBase {
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static $modules = ['responsive_image'];
|
||||
protected static $modules = ['responsive_image'];
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
|
Loading…
Reference in New Issue