File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
setup/src/Magento/Setup/Test/Unit/Model Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -383,6 +383,7 @@ public function testInstall(array $request, array $logMessages)
383
383
384
384
/**
385
385
* @return array
386
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
386
387
*/
387
388
public function installDataProvider ()
388
389
{
@@ -411,21 +412,20 @@ public function installDataProvider()
411
412
['Installing user configuration... ' ],
412
413
['Enabling caches: ' ],
413
414
['Current status: ' ],
414
- [print_r ([],true )],
415
+ [print_r ([], true )],
415
416
['Installing data... ' ],
416
417
['Data install/update: ' ],
417
418
['Disabling caches: ' ],
418
419
['Current status: ' ],
419
- [print_r ([],true )],
420
+ [print_r ([], true )],
420
421
['Module \'Foo_One \': ' ],
421
422
['Module \'Bar_Two \': ' ],
422
423
['Data post-updates: ' ],
423
424
['Module \'Foo_One \': ' ],
424
425
['Module \'Bar_Two \': ' ],
425
- //['Installing admin user...'],
426
426
['Enabling caches: ' ],
427
427
['Current status: ' ],
428
- [print_r ([],true )],
428
+ [print_r ([], true )],
429
429
['Caches clearing: ' ],
430
430
['Cache cleared successfully ' ],
431
431
['Disabling Maintenance Mode: ' ],
@@ -463,20 +463,20 @@ public function installDataProvider()
463
463
['Installing user configuration... ' ],
464
464
['Enabling caches: ' ],
465
465
['Current status: ' ],
466
- [print_r ([],true )],
466
+ [print_r ([], true )],
467
467
['Installing data... ' ],
468
468
['Data install/update: ' ],
469
469
['Disabling caches: ' ],
470
470
['Current status: ' ],
471
- [print_r ([],true )],
471
+ [print_r ([], true )],
472
472
['Module \'Foo_One \': ' ],
473
473
['Module \'Bar_Two \': ' ],
474
474
['Data post-updates: ' ],
475
475
['Module \'Foo_One \': ' ],
476
476
['Module \'Bar_Two \': ' ],
477
477
['Enabling caches: ' ],
478
478
['Current status: ' ],
479
- [print_r ([],true )],
479
+ [print_r ([], true )],
480
480
['Installing admin user... ' ],
481
481
['Caches clearing: ' ],
482
482
['Cache cleared successfully ' ],
You can’t perform that action at this time.
0 commit comments