File tree 1 file changed +4
-6
lines changed
setup/src/Magento/Setup/Test/Unit/Model
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -450,20 +450,19 @@ public function installDataProvider()
450
450
['Installing user configuration... ' ],
451
451
['Enabling caches: ' ],
452
452
['Current status: ' ],
453
- [print_r (['foo ' => 1 , 'bar ' => 1 ], true )],
453
+ ['foo: 1 ' ],
454
+ ['bar: 1 ' ],
454
455
['Installing data... ' ],
455
456
['Data install/update: ' ],
456
457
['Disabling caches: ' ],
457
458
['Current status: ' ],
458
- [print_r ([], true )],
459
459
['Module \'Foo_One \': ' ],
460
460
['Module \'Bar_Two \': ' ],
461
461
['Data post-updates: ' ],
462
462
['Module \'Foo_One \': ' ],
463
463
['Module \'Bar_Two \': ' ],
464
464
['Enabling caches: ' ],
465
465
['Current status: ' ],
466
- [print_r ([], true )],
467
466
['Caches clearing: ' ],
468
467
['Cache cleared successfully ' ],
469
468
['Disabling Maintenance Mode: ' ],
@@ -502,20 +501,19 @@ public function installDataProvider()
502
501
['Installing user configuration... ' ],
503
502
['Enabling caches: ' ],
504
503
['Current status: ' ],
505
- [print_r (['foo ' => 1 , 'bar ' => 1 ], true )],
504
+ ['foo: 1 ' ],
505
+ ['bar: 1 ' ],
506
506
['Installing data... ' ],
507
507
['Data install/update: ' ],
508
508
['Disabling caches: ' ],
509
509
['Current status: ' ],
510
- [print_r ([], true )],
511
510
['Module \'Foo_One \': ' ],
512
511
['Module \'Bar_Two \': ' ],
513
512
['Data post-updates: ' ],
514
513
['Module \'Foo_One \': ' ],
515
514
['Module \'Bar_Two \': ' ],
516
515
['Enabling caches: ' ],
517
516
['Current status: ' ],
518
- [print_r ([], true )],
519
517
['Installing admin user... ' ],
520
518
['Caches clearing: ' ],
521
519
['Cache cleared successfully ' ],
You can’t perform that action at this time.
0 commit comments