only in patch2: unchanged: --- a/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemConfigurationTest.php +++ b/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemConfigurationTest.php @@ -52,6 +52,8 @@ class MigrateSystemConfigurationTest extends MigrateDrupal6TestBase { ], // temporary_maximum_age is not handled by the migration. 'temporary_maximum_age' => 21600, + // filename_transliteration is not handled by migration. + 'filename_transliteration' => FALSE, ], 'system.image.gd' => [ 'jpeg_quality' => 75, only in patch2: unchanged: --- a/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php +++ b/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php @@ -50,6 +50,8 @@ class MigrateSystemConfigurationTest extends MigrateDrupal7TestBase { ], // temporary_maximum_age is not handled by the migration. 'temporary_maximum_age' => 21600, + // filename_transliteration is not handled by migration. + 'filename_transliteration' => FALSE, ], 'system.image.gd' => [ 'jpeg_quality' => 80,