File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1091,7 +1091,7 @@ private function cleanDdlCache()
1091
1091
/** @var \Magento\Framework\App\Cache\Manager $cacheManager */
1092
1092
$ cacheManager = $ this ->objectManagerProvider ->get ()->get (\Magento \Framework \App \Cache \Manager::class);
1093
1093
$ cacheManager ->clean ([\Magento \Framework \DB \Adapter \DdlCache::TYPE_IDENTIFIER ]);
1094
- $ this ->log ->log ('DDL cache was cleared successfully ' );
1094
+ $ this ->log ->log ('DDL cache cleared successfully ' );
1095
1095
}
1096
1096
1097
1097
/**
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ 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 (20 ))->method ('log ' )->with ('DDL cache was cleared successfully ' );
307
+ $ this ->logger ->expects ($ this ->at (20 ))->method ('log ' )->with ('DDL cache cleared successfully ' );
308
308
$ this ->logger ->expects ($ this ->at (22 ))->method ('log ' )->with ('Installing user configuration... ' );
309
309
$ this ->logger ->expects ($ this ->at (24 ))->method ('log ' )->with ('Enabling caches: ' );
310
310
$ this ->logger ->expects ($ this ->at (28 ))->method ('log ' )->with ('Installing data... ' );
You can’t perform that action at this time.
0 commit comments