File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
setup/src/Magento/Setup/Test/Unit/Model Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -450,20 +450,19 @@ public function installDataProvider()
450450 ['Installing user configuration... ' ],
451451 ['Enabling caches: ' ],
452452 ['Current status: ' ],
453- [print_r (['foo ' => 1 , 'bar ' => 1 ], true )],
453+ ['foo: 1 ' ],
454+ ['bar: 1 ' ],
454455 ['Installing data... ' ],
455456 ['Data install/update: ' ],
456457 ['Disabling caches: ' ],
457458 ['Current status: ' ],
458- [print_r ([], true )],
459459 ['Module \'Foo_One \': ' ],
460460 ['Module \'Bar_Two \': ' ],
461461 ['Data post-updates: ' ],
462462 ['Module \'Foo_One \': ' ],
463463 ['Module \'Bar_Two \': ' ],
464464 ['Enabling caches: ' ],
465465 ['Current status: ' ],
466- [print_r ([], true )],
467466 ['Caches clearing: ' ],
468467 ['Cache cleared successfully ' ],
469468 ['Disabling Maintenance Mode: ' ],
@@ -502,20 +501,19 @@ public function installDataProvider()
502501 ['Installing user configuration... ' ],
503502 ['Enabling caches: ' ],
504503 ['Current status: ' ],
505- [print_r (['foo ' => 1 , 'bar ' => 1 ], true )],
504+ ['foo: 1 ' ],
505+ ['bar: 1 ' ],
506506 ['Installing data... ' ],
507507 ['Data install/update: ' ],
508508 ['Disabling caches: ' ],
509509 ['Current status: ' ],
510- [print_r ([], true )],
511510 ['Module \'Foo_One \': ' ],
512511 ['Module \'Bar_Two \': ' ],
513512 ['Data post-updates: ' ],
514513 ['Module \'Foo_One \': ' ],
515514 ['Module \'Bar_Two \': ' ],
516515 ['Enabling caches: ' ],
517516 ['Current status: ' ],
518- [print_r ([], true )],
519517 ['Installing admin user... ' ],
520518 ['Caches clearing: ' ],
521519 ['Cache cleared successfully ' ],
You can’t perform that action at this time.
0 commit comments