Issue #3082414 by Mile23: Remove non-fixture references to simpletest module from tests

merge-requests/55/head
Lee Rowlands 2019-09-23 08:26:18 +10:00
parent 45eaaae773
commit 1f1dfce2f4
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
4 changed files with 3 additions and 4 deletions

View File

@ -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.

View File

@ -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.

View File

@ -49,7 +49,6 @@ class MigrationPluginListTest extends KernelTestBase {
'path',
'search',
'shortcut',
'simpletest',
'statistics',
'syslog',
'system',

View File

@ -43,7 +43,7 @@ class ToolkitGdTest extends KernelTestBase {
*
* @var array
*/
public static $modules = ['system', 'simpletest'];
public static $modules = ['system'];
/**
* {@inheritdoc}