diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTranslationTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTranslationTest.php index f134022..d21ad1e 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTranslationTest.php @@ -18,17 +18,9 @@ class MigrateTaxonomyTermTranslationTest extends MigrateDrupal6TestBase { */ public static $modules = [ 'language', - 'content_translation', - 'comment', - 'datetime', - 'image', - 'locale', - 'link', 'menu_ui', 'node', 'taxonomy', - 'telephone', - 'text', ]; /**