Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / migrate_drupal_ui / tests / src / Functional / d7 / MigrateUpgrade7Test.php
index 2917b163c13dd7750e541e6ea4837c7483b84950..3f25bcf20033f955c3a17ace60f3588e734feb15 100644 (file)
@@ -45,25 +45,27 @@ class MigrateUpgrade7Test extends MigrateUpgradeTestBase {
       'block_content' => 1,
       'block_content_type' => 1,
       'comment' => 1,
-      'comment_type' => 8,
+      // The 'standard' profile provides the 'comment' comment type, and the
+      // migration creates 6 comment types, one per node type.
+      'comment_type' => 7,
       // Module 'language' comes with 'en', 'und', 'zxx'. Migration adds 'is'.
       'configurable_language' => 4,
       'contact_form' => 3,
       'editor' => 2,
-      'field_config' => 53,
-      'field_storage_config' => 40,
+      'field_config' => 63,
+      'field_storage_config' => 46,
       'file' => 3,
       'filter_format' => 7,
       'image_style' => 6,
       'language_content_settings' => 2,
       'migration' => 73,
-      'node' => 3,
+      'node' => 5,
       'node_type' => 6,
       'rdf_mapping' => 7,
       'search_page' => 2,
       'shortcut' => 6,
       'shortcut_set' => 2,
-      'action' => 16,
+      'action' => 17,
       'menu' => 6,
       'taxonomy_term' => 18,
       'taxonomy_vocabulary' => 4,
@@ -71,11 +73,11 @@ class MigrateUpgrade7Test extends MigrateUpgradeTestBase {
       'user' => 4,
       'user_role' => 3,
       'menu_link_content' => 7,
-      'view' => 14,
+      'view' => 16,
       'date_format' => 11,
-      'entity_form_display' => 18,
+      'entity_form_display' => 17,
       'entity_form_mode' => 1,
-      'entity_view_display' => 29,
+      'entity_view_display' => 28,
       'entity_view_mode' => 14,
       'base_field_override' => 9,
     ];