diff -u b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php --- b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php @@ -19,7 +19,12 @@ /** * {@inheritdoc} */ - public static $modules = ['language', 'content_translation', 'menu_ui']; + public static $modules = [ + 'language', + 'content_translation', + 'menu_ui', + 'migrate_drupal_i18n', + ]; /** * {@inheritdoc} diff -u b/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php b/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php --- b/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php +++ b/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php @@ -21,7 +21,7 @@ 'node', 'statistics', 'text', - //'migrate_drupal_i18n', + 'migrate_drupal_i18n', ]; /** only in patch2: unchanged: --- a/core/modules/node/tests/src/Kernel/Migrate/d6/NodeTranslationRedirectTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d6/NodeTranslationRedirectTest.php @@ -20,6 +20,7 @@ class NodeTranslationRedirectTest extends MigrateDrupal6TestBase { 'content_translation', 'language', 'menu_ui', + 'migrate_drupal_i18n', ]; /** only in patch2: unchanged: --- a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTranslationTest.php +++ b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTranslationTest.php @@ -14,7 +14,12 @@ class NodeTranslationTest extends NodeTest { /** * {@inheritdoc} */ - public static $modules = ['node', 'user', 'migrate_drupal']; + public static $modules = [ + 'node', + 'user', + 'migrate_drupal', + 'migrate_drupal_i18n', + ]; /** * {@inheritdoc} only in patch2: unchanged: --- a/core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php +++ b/core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php @@ -16,7 +16,13 @@ class MigrateUrlAliasTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'content_translation', 'path', 'menu_ui']; + public static $modules = [ + 'language', + 'content_translation', + 'path', + 'menu_ui', + 'migrate_drupal_i18n', + ]; /** * {@inheritdoc} only in patch2: unchanged: --- a/core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php +++ b/core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php @@ -21,6 +21,7 @@ class MigrateUrlAliasTest extends MigrateDrupal7TestBase { 'node', 'path', 'text', + 'migrate_drupal_i18n', ]; /** only in patch2: unchanged: --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTranslationTest.php @@ -14,7 +14,7 @@ class MigrateTaxonomyVocabularyTranslationTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'taxonomy']; + public static $modules = ['language', 'taxonomy', 'migrate_drupal_i18n']; /** * {@inheritdoc} only in patch2: unchanged: --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php @@ -14,7 +14,7 @@ class MigrateTermNodeRevisionTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'menu_ui']; + public static $modules = ['taxonomy', 'menu_ui', 'migrate_drupal_i18n']; /** * {@inheritdoc}