only in patch2: unchanged: --- a/core/composer.json +++ b/core/composer.json @@ -138,6 +138,7 @@ "drupal/migrate": "self.version", "drupal/migrate_drupal": "self.version", "drupal/migrate_drupal_ui": "self.version", + "drupal/migrate_drupal_i18n": "self.version", "drupal/node": "self.version", "drupal/options": "self.version", "drupal/page_cache": "self.version", only in patch2: unchanged: --- a/core/modules/node/tests/src/Functional/Migrate/d6/MigrateNodeRevisionTest.php +++ b/core/modules/node/tests/src/Functional/Migrate/d6/MigrateNodeRevisionTest.php @@ -14,7 +14,12 @@ class MigrateNodeRevisionTest extends MigrateNodeTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'content_translation', 'menu_ui']; + public static $modules = [ + 'language', + 'content_translation', + 'menu_ui', + 'migrate_drupal_i18n', + ]; /** * {@inheritdoc} only in patch2: unchanged: --- a/core/modules/node/tests/src/Kernel/Migrate/d7/NodeTranslationRedirectTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d7/NodeTranslationRedirectTest.php @@ -22,6 +22,7 @@ class NodeTranslationRedirectTest extends MigrateDrupal7TestBase { 'menu_ui', 'node', 'text', + 'migrate_drupal_i18n', ]; /**