Issue by TR, quietone: More uses of public static $modules

merge-requests/2/head
Lee Rowlands 2020-08-17 19:28:45 +10:00
parent d6991c94d8
commit ce7d1d3c4c
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
4 changed files with 4 additions and 4 deletions
core/modules
comment/tests/src/Kernel
language/tests/src/Kernel/Migrate/d7
responsive_image/tests/src/Kernel

View File

@ -19,7 +19,7 @@ class CommentBaseFieldTest extends KernelTestBase {
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public static $modules = [ protected static $modules = [
'system', 'system',
'user', 'user',
'comment', 'comment',

View File

@ -16,7 +16,7 @@ class MigrateLanguageContentMenuSettingsTest extends MigrateDrupal7TestBase {
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public static $modules = [ protected static $modules = [
'content_translation', 'content_translation',
'language', 'language',
'link', 'link',

View File

@ -15,7 +15,7 @@ class MigrateResponsiveImageStylesTest extends MigrateDrupal7TestBase {
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public static $modules = ['responsive_image', 'breakpoint', 'image']; protected static $modules = ['responsive_image', 'breakpoint', 'image'];
/** /**
* {@inheritdoc} * {@inheritdoc}

View File

@ -15,7 +15,7 @@ class ResponsiveImageStylesTest extends MigrateSqlSourceTestBase {
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public static $modules = ['responsive_image']; protected static $modules = ['responsive_image'];
/** /**
* {@inheritdoc} * {@inheritdoc}