Skip to content

Commit c160414

Browse files
author
Eric Bohanon
committed
MAGETWO-71257: Need to disable module output by configuration
- Fix unit test.
1 parent 2e1981b commit c160414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/Test/Unit/Block/Express/ReviewTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected function setUp()
3838

3939
$layout = $this->createMock(\Magento\Framework\View\LayoutInterface::class);
4040
$eventManager = $this->createMock(\Magento\Framework\Event\ManagerInterface::class);
41-
$scopeConfig = $this->getMock(\Magento\Framework\App\Config\ScopeConfigInterface::class, [], [], '', false);
41+
$scopeConfig = $this->createMock(\Magento\Framework\App\Config\ScopeConfigInterface::class);
4242

4343
$scopeConfig->expects($this->any())
4444
->method('getValue')

0 commit comments

Comments
 (0)