Issue #3082414 by Mile23: Remove non-fixture references to simpletest module from tests
parent
45eaaae773
commit
1f1dfce2f4
|
@ -26,7 +26,7 @@ class ContentTranslationFieldSyncRevisionTest extends EntityKernelTestBase {
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static $modules = ['file', 'image', 'language', 'content_translation', 'simpletest', 'content_translation_test'];
|
||||
public static $modules = ['file', 'image', 'language', 'content_translation', 'content_translation_test'];
|
||||
|
||||
/**
|
||||
* The synchronized field name.
|
||||
|
|
|
@ -30,7 +30,7 @@ class ImageThemeFunctionTest extends KernelTestBase {
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
public static $modules = ['entity_test', 'field', 'file', 'image', 'system', 'simpletest', 'user'];
|
||||
public static $modules = ['entity_test', 'field', 'file', 'image', 'system', 'user'];
|
||||
|
||||
/**
|
||||
* Created file entity.
|
||||
|
|
|
@ -49,7 +49,6 @@ class MigrationPluginListTest extends KernelTestBase {
|
|||
'path',
|
||||
'search',
|
||||
'shortcut',
|
||||
'simpletest',
|
||||
'statistics',
|
||||
'syslog',
|
||||
'system',
|
||||
|
|
|
@ -43,7 +43,7 @@ class ToolkitGdTest extends KernelTestBase {
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
public static $modules = ['system', 'simpletest'];
|
||||
public static $modules = ['system'];
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
|
Loading…
Reference in New Issue