Issue #3164721 by TR, quietone: More uses of public static $modules
parent
d6991c94d8
commit
ce7d1d3c4c
core/modules
comment/tests/src/Kernel
language/tests/src/Kernel/Migrate/d7
responsive_image/tests/src/Kernel
Migrate/d7
Plugin/migrate/source/d7
|
@ -19,7 +19,7 @@ class CommentBaseFieldTest extends KernelTestBase {
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public static $modules = [
|
protected static $modules = [
|
||||||
'system',
|
'system',
|
||||||
'user',
|
'user',
|
||||||
'comment',
|
'comment',
|
||||||
|
|
|
@ -16,7 +16,7 @@ class MigrateLanguageContentMenuSettingsTest extends MigrateDrupal7TestBase {
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public static $modules = [
|
protected static $modules = [
|
||||||
'content_translation',
|
'content_translation',
|
||||||
'language',
|
'language',
|
||||||
'link',
|
'link',
|
||||||
|
|
|
@ -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}
|
||||||
|
|
|
@ -15,7 +15,7 @@ class ResponsiveImageStylesTest extends MigrateSqlSourceTestBase {
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public static $modules = ['responsive_image'];
|
protected static $modules = ['responsive_image'];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
|
Loading…
Reference in New Issue