File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
lib/internal/Magento/Framework/ObjectManager/Test/Unit/Config Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ public function testConstructorFieldsValidation($data, $expectedResult)
180
180
$ compiled = $ this ->objectManager ->getObject (
181
181
Compiled::class,
182
182
[
183
- 'data ' => $ data
183
+ 'data ' => $ data,
184
184
]
185
185
);
186
186
@@ -206,19 +206,19 @@ public function constructorFieldsValidation()
206
206
[
207
207
'arguments ' => [],
208
208
'instanceTypes ' => [],
209
- 'preferences ' => []
209
+ 'preferences ' => [],
210
210
]
211
211
],
212
212
[
213
213
[
214
214
'arguments ' => 1 ,
215
215
'instanceTypes ' => [1 , 2 , 3 ],
216
- 'preferences ' => 'test '
216
+ 'preferences ' => 'test ' ,
217
217
],
218
218
[
219
219
'arguments ' => [],
220
220
'instanceTypes ' => [1 , 2 , 3 ],
221
- 'preferences ' => []
221
+ 'preferences ' => [],
222
222
]
223
223
]
224
224
];
@@ -238,7 +238,7 @@ public function testExtendFieldsValidation($data, $expectedResult)
238
238
$ compiled = $ this ->objectManager ->getObject (
239
239
Compiled::class,
240
240
[
241
- 'data ' => $ data
241
+ 'data ' => $ data,
242
242
]
243
243
);
244
244
@@ -266,19 +266,19 @@ public function extendFieldsValidation()
266
266
[
267
267
'arguments ' => [],
268
268
'instanceTypes ' => [],
269
- 'preferences ' => []
269
+ 'preferences ' => [],
270
270
]
271
271
],
272
272
[
273
273
[
274
274
'arguments ' => 1 ,
275
275
'instanceTypes ' => [1 , 2 , 3 ],
276
- 'preferences ' => 'test '
276
+ 'preferences ' => 'test ' ,
277
277
],
278
278
[
279
279
'arguments ' => [],
280
280
'instanceTypes ' => [1 , 2 , 3 ],
281
- 'preferences ' => []
281
+ 'preferences ' => [],
282
282
]
283
283
]
284
284
];
You can’t perform that action at this time.
0 commit comments