comparison core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.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
32 ], 32 ],
33 ]; 33 ];
34 $ids = [ 34 $ids = [
35 'id' => 35 'id' =>
36 [ 36 [
37 'type' => 'string' 37 'type' => 'string',
38 ], 38 ],
39 ]; 39 ];
40 $definition = [ 40 $definition = [
41 'id' => 'config', 41 'id' => 'config',
42 'migration_tags' => ['Import and rollback test'], 42 'migration_tags' => ['Import and rollback test'],
98 ], 98 ],
99 ]; 99 ];
100 $ids = [ 100 $ids = [
101 'id' => 101 'id' =>
102 [ 102 [
103 'type' => 'string' 103 'type' => 'string',
104 ], 104 ],
105 'language' => 105 'language' =>
106 [ 106 [
107 'type' => 'string' 107 'type' => 'string',
108 ] 108 ],
109 ]; 109 ];
110 $definition = [ 110 $definition = [
111 'id' => 'i18n_config', 111 'id' => 'i18n_config',
112 'migration_tags' => ['Import and rollback test'], 112 'migration_tags' => ['Import and rollback test'],
113 'source' => [ 113 'source' => [