Verified Commit 5a2f583c authored by quietone's avatar quietone
Browse files

Issue #3554484 by mstrelan, danielveza: Remove unused modules from kernel tests

(cherry picked from commit 0bffe2ee)
parent f0823b6c
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ class BlockConfigSchemaTest extends KernelTestBase {
  protected static $modules = [
    'block',
    'block_content',
    'comment',
    'node',
    // \Drupal\block\Entity\Block->preSave() calls system_region_list().
    'system',
+0 −3
Original line number Diff line number Diff line
@@ -21,14 +21,11 @@ class MigrateBlockContentTranslationTest extends MigrateDrupal6TestBase {
   */
  protected static $modules = [
    'block',
    'comment',
    'views',
    'block_content',
    'config_translation',
    'language',
    'locale',
    'path_alias',
    'taxonomy',
  ];

  /**
+0 −4
Original line number Diff line number Diff line
@@ -23,11 +23,7 @@ class MigrateBlockTest extends MigrateDrupal6TestBase {
  protected static $modules = [
    'block',
    'views',
    'comment',
    'menu_ui',
    'block_content',
    'taxonomy',
    'node',
    'path_alias',
  ];

+0 −7
Original line number Diff line number Diff line
@@ -20,18 +20,11 @@ class MigrateBlockContentTranslationTest extends MigrateDrupal7TestBase {
   * {@inheritdoc}
   */
  protected static $modules = [
    'node',
    'text',
    'block',
    'comment',
    'filter',
    'views',
    'block_content',
    'config_translation',
    'language',
    'locale',
    'path_alias',
    'taxonomy',
  ];

  /**
+0 −6
Original line number Diff line number Diff line
@@ -22,12 +22,6 @@ class MigrateBlockNoBlockContentTest extends MigrateDrupal7TestBase {
   */
  protected static $modules = [
    'block',
    'views',
    'comment',
    'menu_ui',
    'node',
    'text',
    'filter',
    'path_alias',
  ];

Loading