File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
dev/tests/static/testsuite/Magento/Test/Legacy/_files Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 126
126
]
127
127
],
128
128
'ArrayObject ' => [
129
- 'replacement ' => 'ArrayObject with overwritten serialize/unserialize methods ' ,
129
+ 'replacement ' => 'Custom class, extended from ArrayObject with overwritten serialize/unserialize methods ' ,
130
130
'exclude ' => [
131
131
[
132
132
'type ' => 'module ' ,
194
194
'path ' => 'Indexer/Action/Base.php '
195
195
]
196
196
]
197
+ ],
198
+ 'Magento\Framework\View\Element\UiComponent\ArrayObjectFactory ' => [
199
+ 'replacement ' => 'Factory that creates custom class, extended from ArrayObject with overwritten '
200
+ . 'serialize/unserialize methods ' ,
201
+ 'exclude ' => [
202
+ [
203
+ 'type ' => 'module ' ,
204
+ 'name ' => 'Magento_Ui ' ,
205
+ 'path ' => 'Model/Manager.php '
206
+ ],
207
+ [
208
+ 'type ' => 'module ' ,
209
+ 'name ' => 'Magento_Ui ' ,
210
+ 'path ' => 'Test/Unit/Model/ManagerTest.php '
211
+ ],
212
+ [
213
+ 'type ' => 'library ' ,
214
+ 'name ' => 'magento/framework ' ,
215
+ 'path ' => 'View/Element/UiComponent/Config/Provider/Component/Definition.php '
216
+ ]
217
+ ]
197
218
]
198
219
];
You can’t perform that action at this time.
0 commit comments