diff -u b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceOptionTranslationTest.php b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceOptionTranslationTest.php --- b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceOptionTranslationTest.php +++ b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceOptionTranslationTest.php @@ -27,7 +27,7 @@ $test[0]['expected_results'][0]['type'] = 'text'; $test[0]['expected_results'][1]['type'] = 'text'; $test[0]['expected_results'][2]['type'] = 'number_integer'; - $test[0]['expected_results'][3]['type'] = 'cnumber_integer'; + $test[0]['expected_results'][3]['type'] = 'number_integer'; return $test; } diff -u b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6Test.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6Test.php --- b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6Test.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6Test.php @@ -136,6 +136,7 @@ 'filter', 'forum', 'i18n', + 'i18ncck', 'i18nblocks', 'i18nmenu', 'i18nprofile', @@ -179,7 +180,6 @@ */ protected function getMissingPaths() { return [ - 'i18ncck', 'i18ncontent', ]; }