Skip to content

Commit f99a613

Browse files
committed
MAGETWO-31956: PR for S42
- Refactor outdated references to \Magento\Store\Model\ScopeInterface
1 parent d919d38 commit f99a613

File tree

2 files changed

+2
-2
lines changed
  • app/code/Magento/Checkout/Controller/Cart
  • dev/tests/unit/testsuite/Magento/Cms/Controller/Noroute

2 files changed

+2
-2
lines changed

app/code/Magento/Checkout/Controller/Cart/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function execute()
6969
->toCurrency(
7070
$this->_scopeConfig->getValue(
7171
'sales/minimum_order/amount',
72-
\Magento\Framework\Store\ScopeInterface::SCOPE_STORE
72+
\Magento\Store\Model\ScopeInterface::SCOPE_STORE
7373
)
7474
);
7575

dev/tests/unit/testsuite/Magento/Cms/Controller/Noroute/IndexTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected function setUp()
6262
$valueMap = [
6363
[
6464
'Magento\Framework\App\Config\ScopeConfigInterface',
65-
\Magento\Framework\Store\ScopeInterface::SCOPE_STORE,
65+
\Magento\Store\Model\ScopeInterface::SCOPE_STORE,
6666
$scopeConfigMock,
6767
],
6868
['Magento\Cms\Helper\Page', $this->_cmsHelperMock],

0 commit comments

Comments
 (0)