File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
app/code/Magento/Checkout Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,6 @@ class Sidebar extends AbstractCart
1717 */
1818 const XML_PATH_CHECKOUT_SIDEBAR_DISPLAY = 'checkout/sidebar/display ' ;
1919
20- /**
21- * Xml pah to checkout sidebar count value
22- */
23- const XML_PATH_CHECKOUT_SIDEBAR_COUNT = 'checkout/sidebar/count ' ;
24-
2520 /**
2621 * @var \Magento\Catalog\Helper\Image
2722 */
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ public function testGetConfig()
163163 $ this ->scopeConfigMock ->expects ($ this ->once ())
164164 ->method ('getValue ' )
165165 ->with (
166- \ Magento \ Checkout \ Block \ Cart \Sidebar:: XML_PATH_CHECKOUT_SIDEBAR_COUNT ,
166+ ' checkout/sidebar/count ' ,
167167 \Magento \Store \Model \ScopeInterface::SCOPE_STORE
168168 )->willReturn (3 );
169169
You can’t perform that action at this time.
0 commit comments