Skip to content

Commit 7ff43c6

Browse files
committed
MAGETWO-55464: Portdown MAGETWO-53793 down to M2.0.x branch
1 parent a724f73 commit 7ff43c6

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

app/code/Magento/Checkout/Block/Cart/Sidebar.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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
*/

app/code/Magento/Checkout/Test/Unit/Block/Cart/SidebarTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)