Skip to content

Commit 8c7f0f8

Browse files
author
Dmytro Voskoboinikov
committed
MAGETWO-34361: Pull request processing
1 parent e73a80e commit 8c7f0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/unit/testsuite/Magento/Customer/Model/LoggerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected function setUp()
4848
false
4949
);
5050
$this->resource = $this->getMock('Magento\Framework\App\Resource', [], [], '', false);
51-
$this->logFactory = $this->getMock('\Magento\Customer\Model\LogFactory', [], [], '', false);
51+
$this->logFactory = $this->getMock('\Magento\Customer\Model\LogFactory', ['create'], [], '', false);
5252

5353
$objectManagerHelper = new \Magento\TestFramework\Helper\ObjectManager($this);
5454

0 commit comments

Comments
 (0)