comparison core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
81 [ 81 [
82 'id' => '1', 82 'id' => '1',
83 'name' => '1', 83 'name' => '1',
84 'language' => 'fr', 84 'language' => 'fr',
85 'property' => 'name', 85 'property' => 'name',
86 'translation' => 'fr - categories' 86 'translation' => 'fr - categories',
87 ], 87 ],
88 [ 88 [
89 'id' => '2', 89 'id' => '2',
90 'name' => '2', 90 'name' => '2',
91 'language' => 'fr', 91 'language' => 'fr',
92 'property' => 'name', 92 'property' => 'name',
93 'translation' => 'fr - tags' 93 'translation' => 'fr - tags',
94 ], 94 ],
95 ]; 95 ];
96 $ids = [ 96 $ids = [
97 'id' => ['type' => 'integer'], 97 'id' => ['type' => 'integer'],
98 'language' => ['type' => 'string'], 98 'language' => ['type' => 'string'],
104 'plugin' => 'embedded_data', 104 'plugin' => 'embedded_data',
105 'data_rows' => $vocabulary_i18n_data_rows, 105 'data_rows' => $vocabulary_i18n_data_rows,
106 'ids' => $ids, 106 'ids' => $ids,
107 'constants' => [ 107 'constants' => [
108 'name' => 'name', 108 'name' => 'name',
109 ] 109 ],
110 ], 110 ],
111 'process' => [ 111 'process' => [
112 'vid' => 'id', 112 'vid' => 'id',
113 'langcode' => 'language', 113 'langcode' => 'language',
114 'property' => 'constants/name', 114 'property' => 'constants/name',