File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Test/Unit/Controller/Adminhtml/Tax Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ public function execute()
5151 }
5252
5353 // clear the block html cache
54- $ this ->_cacheTypeList ->cleanType ('block_html ' );
55- $ this ->_eventManager ->dispatch ('adminhtml_cache_refresh_type ' , ['type ' => 'block_html ' ]);
54+ $ this ->_cacheTypeList ->cleanType ('config ' );
55+ $ this ->_eventManager ->dispatch ('adminhtml_cache_refresh_type ' , ['type ' => 'config ' ]);
5656
5757 /** @var \Magento\Backend\Model\View\Result\Redirect $resultRedirect */
5858 $ resultRedirect = $ this ->resultFactory ->create (ResultFactory::TYPE_REDIRECT );
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public function testExecute()
1919 ->getMock ();
2020 $ cacheTypeList ->expects ($ this ->once ())
2121 ->method ('cleanType ' )
22- ->with ('block_html ' )
22+ ->with ('config ' )
2323 ->willReturn (null );
2424
2525 $ request = $ this ->getMockBuilder (\Magento \Framework \App \Request \Http::class)
You can’t perform that action at this time.
0 commit comments