diff -u b/core/modules/color/migrations/d7_color.yml b/core/modules/color/migrations/d7_color.yml --- b/core/modules/color/migrations/d7_color.yml +++ b/core/modules/color/migrations/d7_color.yml @@ -2,6 +2,7 @@ label: Color migration_tags: - Drupal 7 + - Configuration source: plugin: d7_color constants: only in patch2: unchanged: --- a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7ReviewPageTest.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7ReviewPageTest.php @@ -35,6 +35,7 @@ protected function getAvailablePaths() { 'aggregator', 'block', 'book', + 'color', 'comment', 'contact', 'date', @@ -116,7 +117,6 @@ protected function getAvailablePaths() { */ protected function getMissingPaths() { return [ - 'color', 'rdf', 'views', ]; only in patch2: unchanged: --- a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php @@ -119,6 +119,7 @@ protected function getAvailablePaths() { 'aggregator', 'block', 'book', + 'color', 'comment', 'contact', 'date', @@ -170,7 +171,6 @@ protected function getAvailablePaths() { */ protected function getMissingPaths() { return [ - 'color', 'rdf', // These modules are in the missing path list because they are installed // on the source site but they are not installed on the destination site.