44c44 < index f787d4aaf4..d15b9985ce 100644 --- > index 55e63d1566..d15b9985ce 100644 47,49c47 < @@ -15,3 +15,7 @@ destination: < plugin: config < config_name: system.maintenance --- > @@ -17,4 +17,5 @@ destination: 51,52c49,50 < +migration_dependencies: < + required: --- > migration_dependencies: > required: 54c52 < + - system_maintenance --- > - system_maintenance 56c54 < index 3e6acf0f8b..cde49abf93 100644 --- > index 5a5b42b334..cde49abf93 100644 59,61c57 < @@ -17,3 +17,7 @@ destination: < plugin: config < config_name: system.site --- > @@ -19,4 +19,5 @@ destination: 63,64c59,60 < +migration_dependencies: < + required: --- > migration_dependencies: > required: 66c62 < + - system_site --- > - system_site 78c74 < index 73b6b1d463..9926f64541 100644 --- > index eaa344c279..9926f64541 100644 81,83c77 < @@ -77,3 +77,7 @@ destination: < plugin: config < config_name: user.mail --- > @@ -79,4 +79,5 @@ destination: 85,86c79,80 < +migration_dependencies: < + required: --- > migration_dependencies: > required: 88c82 < + - d7_user_mail --- > - d7_user_mail 90c84 < index 56c3880b04..37c3697ccd 100644 --- > index d69a003ef4..2f24cdc33c 100644 93,95c87 < @@ -15,3 +15,7 @@ destination: < plugin: config < config_name: user.settings --- > @@ -17,4 +17,5 @@ destination: 97,98c89,90 < +migration_dependencies: < + required: --- > migration_dependencies: > required: 100c92 < + - user_settings --- > - d7_user_settings 102c94 < index 1c1ca9d436..23c822d004 100644 --- > index ff5b507499..23c822d004 100644 105c97 < @@ -21,7 +21,11 @@ class MigrateSystemMaintenanceTranslationTest extends MigrateDrupal7TestBase { --- > @@ -21,8 +21,11 @@ class MigrateSystemMaintenanceTranslationTest extends MigrateDrupal7TestBase { 108a101 > - $this->executeMigration('system_maintenance'); 119c112 < index d4282f208e..9114a90c99 100644 --- > index e2434ca8c5..9114a90c99 100644 122c115 < @@ -24,7 +24,11 @@ class MigrateSystemSiteTranslationTest extends MigrateDrupal7TestBase { --- > @@ -24,8 +24,11 @@ class MigrateSystemSiteTranslationTest extends MigrateDrupal7TestBase { 125a119 > - $this->executeMigration('system_site'); 136c130 < index c99db8c6fd..2f4cf5aa57 100644 --- > index c37f204657..e697b4b30e 100644 139c133 < @@ -34,7 +34,10 @@ protected function setUp(): void { --- > @@ -34,6 +34,7 @@ protected function setUp(): void { 144c138,139 < + 'd7_user_mail', --- > 'd7_user_mail', > 'd7_user_settings', 146,149d140 < + 'd7_user_settings', < 'd7_user_settings_translation', < ]); < } 181c172 < index 5fa28654a0..fc971fc05e 100644 --- > index 471ea61354..6c4139d8a6 100644 190a182 > - d6_menu 192d183 < - d6_node_translation