@@ -304,22 +304,23 @@ public function testInstall()
304
304
$ this ->logger ->expects ($ this ->at (15 ))->method ('log ' )->with ('Schema post-updates: ' );
305
305
$ this ->logger ->expects ($ this ->at (16 ))->method ('log ' )->with ("Module 'Foo_One': " );
306
306
$ this ->logger ->expects ($ this ->at (18 ))->method ('log ' )->with ("Module 'Bar_Two': " );
307
- $ this ->logger ->expects ($ this ->at (21 ))->method ('log ' )->with ('Installing user configuration... ' );
308
- $ this ->logger ->expects ($ this ->at (23 ))->method ('log ' )->with ('Enabling caches: ' );
309
- $ this ->logger ->expects ($ this ->at (27 ))->method ('log ' )->with ('Installing data... ' );
310
- $ this ->logger ->expects ($ this ->at (28 ))->method ('log ' )->with ('Data install/update: ' );
311
- $ this ->logger ->expects ($ this ->at (29 ))->method ('log ' )->with ("Module 'Foo_One': " );
312
- $ this ->logger ->expects ($ this ->at (31 ))->method ('log ' )->with ("Module 'Bar_Two': " );
313
- $ this ->logger ->expects ($ this ->at (33 ))->method ('log ' )->with ('Data post-updates: ' );
314
- $ this ->logger ->expects ($ this ->at (34 ))->method ('log ' )->with ("Module 'Foo_One': " );
315
- $ this ->logger ->expects ($ this ->at (36 ))->method ('log ' )->with ("Module 'Bar_Two': " );
316
- $ this ->logger ->expects ($ this ->at (39 ))->method ('log ' )->with ('Installing admin user... ' );
317
- $ this ->logger ->expects ($ this ->at (41 ))->method ('log ' )->with ('Caches clearing: ' );
318
- $ this ->logger ->expects ($ this ->at (44 ))->method ('log ' )->with ('Disabling Maintenance Mode: ' );
319
- $ this ->logger ->expects ($ this ->at (46 ))->method ('log ' )->with ('Post installation file permissions check... ' );
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 ' )
307
+ $ this ->logger ->expects ($ this ->at (20 ))->method ('log ' )->with ('DDL cache cleared successfully ' );
308
+ $ this ->logger ->expects ($ this ->at (22 ))->method ('log ' )->with ('Installing user configuration... ' );
309
+ $ this ->logger ->expects ($ this ->at (24 ))->method ('log ' )->with ('Enabling caches: ' );
310
+ $ this ->logger ->expects ($ this ->at (28 ))->method ('log ' )->with ('Installing data... ' );
311
+ $ this ->logger ->expects ($ this ->at (29 ))->method ('log ' )->with ('Data install/update: ' );
312
+ $ this ->logger ->expects ($ this ->at (30 ))->method ('log ' )->with ("Module 'Foo_One': " );
313
+ $ this ->logger ->expects ($ this ->at (32 ))->method ('log ' )->with ("Module 'Bar_Two': " );
314
+ $ this ->logger ->expects ($ this ->at (34 ))->method ('log ' )->with ('Data post-updates: ' );
315
+ $ this ->logger ->expects ($ this ->at (35 ))->method ('log ' )->with ("Module 'Foo_One': " );
316
+ $ this ->logger ->expects ($ this ->at (37 ))->method ('log ' )->with ("Module 'Bar_Two': " );
317
+ $ this ->logger ->expects ($ this ->at (40 ))->method ('log ' )->with ('Installing admin user... ' );
318
+ $ this ->logger ->expects ($ this ->at (42 ))->method ('log ' )->with ('Caches clearing: ' );
319
+ $ this ->logger ->expects ($ this ->at (45 ))->method ('log ' )->with ('Disabling Maintenance Mode: ' );
320
+ $ this ->logger ->expects ($ this ->at (47 ))->method ('log ' )->with ('Post installation file permissions check... ' );
321
+ $ this ->logger ->expects ($ this ->at (49 ))->method ('log ' )->with ('Write installation date... ' );
322
+ $ this ->logger ->expects ($ this ->at (51 ))->method ('logSuccess ' )->with ('Magento installation complete. ' );
323
+ $ this ->logger ->expects ($ this ->at (53 ))->method ('log ' )
323
324
->with ('Sample Data is installed with errors. See log file for details ' );
324
325
$ this ->object ->install ($ request );
325
326
}
0 commit comments