Skip to content

Commit cb868c4

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-87985' into 2.2-develop-pr58
2 parents c9d1923 + 9f967e9 commit cb868c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/AbstractModifierTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ protected function setUp()
6767
'isLockedAttribute'
6868
])->getMockForAbstractClass();
6969
$this->storeMock = $this->getMockBuilder(StoreInterface::class)
70-
->setMethods(['load', 'getId', 'getConfig'])
70+
->setMethods(['load', 'getId', 'getConfig', 'getBaseCurrency', 'getBaseCurrencyCode'])
7171
->getMockForAbstractClass();
7272
$this->arrayManagerMock = $this->getMockBuilder(ArrayManager::class)
7373
->disableOriginalConstructor()

0 commit comments

Comments
 (0)