@@ -248,80 +248,80 @@ public static function getImportData(): array
248248 {
249249 return [
250250 'single basic dummy ' => [
251- 'importData ' => [
252251 [
253- 'uuid ' => 'basic-uuid-1 ' ,
254- 'text ' => 'Basic Text ' ,
255- 'counter ' => 10 ,
256- 'config ' => ['enabled ' => false ],
252+ [
253+ 'uuid ' => 'basic-uuid-1 ' ,
254+ 'text ' => 'Basic Text ' ,
255+ 'counter ' => 10 ,
256+ 'config ' => ['enabled ' => false ],
257+ ],
257258 ],
258- ],
259- 'expectedCount ' => 1 ,
259+ 1 ,
260260 ],
261261 'multiple basic dummies ' => [
262- 'importData ' => [
263- [
264- 'uuid ' => 'multi-uuid-1 ' ,
265- 'text ' => 'Multi Text 1 ' ,
266- 'counter ' => 20 ,
267- 'config ' => ['priority ' => 'high ' ],
268- ],
269262 [
270- 'uuid ' => 'multi-uuid-2 ' ,
271- 'text ' => 'Multi Text 2 ' ,
272- 'counter ' => 30 ,
273- 'config ' => ['priority ' => 'low ' ],
263+ [
264+ 'uuid ' => 'multi-uuid-1 ' ,
265+ 'text ' => 'Multi Text 1 ' ,
266+ 'counter ' => 20 ,
267+ 'config ' => ['priority ' => 'high ' ],
268+ ],
269+ [
270+ 'uuid ' => 'multi-uuid-2 ' ,
271+ 'text ' => 'Multi Text 2 ' ,
272+ 'counter ' => 30 ,
273+ 'config ' => ['priority ' => 'low ' ],
274+ ],
274275 ],
275- ],
276- 'expectedCount ' => 2 ,
276+ 2 ,
277277 ],
278278 'complex nested config dummies ' => [
279- 'importData ' => [
280279 [
281- 'uuid ' => 'complex-uuid-1 ' ,
282- 'text ' => 'Complex Text 1 ' ,
283- 'counter ' => 100 ,
284- 'config ' => [
285- 'enabled ' => true ,
286- 'metadata ' => [
287- 'tags ' => ['important ' , 'urgent ' ],
288- 'created_by ' => 'system ' ,
280+ [
281+ 'uuid ' => 'complex-uuid-1 ' ,
282+ 'text ' => 'Complex Text 1 ' ,
283+ 'counter ' => 100 ,
284+ 'config ' => [
285+ 'enabled ' => true ,
286+ 'metadata ' => [
287+ 'tags ' => ['important ' , 'urgent ' ],
288+ 'created_by ' => 'system ' ,
289+ ],
289290 ],
290291 ],
291- ],
292- [
293- ' uuid ' => 'complex-uuid- 2 ' ,
294- ' text ' => ' Complex Text 2 ' ,
295- ' counter ' => 200 ,
296- ' config ' => [
297- ' enabled ' => false ,
298- ' settings ' => [
299- ' auto_process ' => true ,
300- ' retry_count ' => 3 ,
292+ [
293+ ' uuid ' => ' complex-uuid-2 ' ,
294+ ' text ' => 'Complex Text 2 ' ,
295+ ' counter ' => 200 ,
296+ ' config ' => [
297+ ' enabled ' => false ,
298+ ' settings ' => [
299+ ' auto_process ' => true ,
300+ ' retry_count ' => 3 ,
301+ ] ,
301302 ],
302303 ],
303304 ],
304- ],
305- 'expectedCount ' => 2 ,
305+ 2 ,
306306 ],
307307 'edge case values ' => [
308- 'importData ' => [
309- [
310- 'uuid ' => 'edge-uuid-1 ' ,
311- 'text ' => '' ,
312- 'counter ' => 0 ,
313- 'config ' => [],
314- ],
315308 [
316- 'uuid ' => 'edge-uuid-2 ' ,
317- 'text ' => 'Simple edge case text ' ,
318- 'counter ' => 999999 ,
319- 'config ' => [
320- 'special_chars ' => '!@#$%^&*()_+-={}|[] \\:"; \'<>?,./ ' ,
309+ [
310+ 'uuid ' => 'edge-uuid-1 ' ,
311+ 'text ' => 'Valid text ' ,
312+ 'counter ' => 0 ,
313+ 'config ' => [],
314+ ],
315+ [
316+ 'uuid ' => 'edge-uuid-2 ' ,
317+ 'text ' => 'Simple edge case text ' ,
318+ 'counter ' => 999999 ,
319+ 'config ' => [
320+ 'special_chars ' => '!@#$%^&*()_+-={}|[] \\:"; \'<>?,./ ' ,
321+ ],
321322 ],
322323 ],
323- ],
324- 'expectedCount ' => 2 ,
324+ 2 ,
325325 ],
326326 ];
327327 }
0 commit comments