File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
setup/src/Magento/Setup/Test/Unit/Model Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -317,8 +317,9 @@ public function testInstall()
317
317
$ this ->logger ->expects ($ this ->at (41 ))->method ('log ' )->with ('Caches clearing: ' );
318
318
$ this ->logger ->expects ($ this ->at (44 ))->method ('log ' )->with ('Disabling Maintenance Mode: ' );
319
319
$ this ->logger ->expects ($ this ->at (46 ))->method ('log ' )->with ('Post installation file permissions check... ' );
320
- $ this ->logger ->expects ($ this ->at (48 ))->method ('logSuccess ' )->with ('Magento installation complete. ' );
321
- $ this ->logger ->expects ($ this ->at (50 ))->method ('log ' )
320
+ $ this ->logger ->expects ($ this ->at (48 ))->method ('log ' )->with ('Write installation date... ' );
321
+ $ this ->logger ->expects ($ this ->at (50 ))->method ('logSuccess ' )->with ('Magento installation complete. ' );
322
+ $ this ->logger ->expects ($ this ->at (52 ))->method ('log ' )
322
323
->with ('Sample Data is installed with errors. See log file for details ' );
323
324
$ this ->object ->install ($ request );
324
325
}
You can’t perform that action at this time.
0 commit comments