composer update
This commit is contained in:
parent
f6abc3dce2
commit
71dfaca858
1753 changed files with 45274 additions and 14619 deletions
|
@ -84,7 +84,7 @@ class MigrateUpgrade6Test extends MigrateUpgradeExecuteTestBase {
|
|||
'shortcut_set' => 1,
|
||||
'action' => 23,
|
||||
'menu' => 8,
|
||||
'taxonomy_term' => 8,
|
||||
'taxonomy_term' => 15,
|
||||
'taxonomy_vocabulary' => 7,
|
||||
'tour' => 5,
|
||||
'user' => 7,
|
||||
|
@ -112,7 +112,7 @@ class MigrateUpgrade6Test extends MigrateUpgradeExecuteTestBase {
|
|||
$counts['file'] = 8;
|
||||
$counts['menu_link_content'] = 11;
|
||||
$counts['node'] = 19;
|
||||
$counts['taxonomy_term'] = 9;
|
||||
$counts['taxonomy_term'] = 16;
|
||||
$counts['user'] = 8;
|
||||
$counts['view'] = 16;
|
||||
return $counts;
|
||||
|
|
|
@ -65,6 +65,7 @@ class MigrateUpgrade7ReviewPageTest extends MigrateUpgradeReviewPageTestBase {
|
|||
'filter',
|
||||
'forum',
|
||||
'image',
|
||||
'i18n_block',
|
||||
'language',
|
||||
'link',
|
||||
'list',
|
||||
|
@ -141,7 +142,6 @@ class MigrateUpgrade7ReviewPageTest extends MigrateUpgradeReviewPageTestBase {
|
|||
'entity_translation_i18n_menu',
|
||||
'entity_translation_upgrade',
|
||||
'i18n',
|
||||
'i18n_block',
|
||||
'i18n_contact',
|
||||
'i18n_field',
|
||||
'i18n_forum',
|
||||
|
|
Reference in a new issue