X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate_drupal_ui%2Ftests%2Fsrc%2FFunctional%2Fd7%2FMigrateUpgrade7Test.php;h=3f25bcf20033f955c3a17ace60f3588e734feb15;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=2917b163c13dd7750e541e6ea4837c7483b84950;hpb=bfbba508964731508b9bd6d5835c2edc858db95b;p=yaffs-website diff --git a/web/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php b/web/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php index 2917b163c..3f25bcf20 100644 --- a/web/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php +++ b/web/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php @@ -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, ];