Skip to content

Commit 15710ac

Browse files
author
Ievgen Shakhsuvarov
committed
MAGETWO-43725: Pull request processing
1 parent 03a660d commit 15710ac

File tree

1 file changed

+7
-1
lines changed
  • app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute

1 file changed

+7
-1
lines changed

app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/GroupTest.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@ class GroupTest extends \PHPUnit_Framework_TestCase
2727

2828
protected function setUp()
2929
{
30-
$this->resourceMock = $this->getMock('Magento\Eav\Model\Resource\Entity\Attribute\Group', [], [], '', false);
30+
$this->resourceMock = $this->getMock(
31+
'Magento\Eav\Model\ResourceModel\Entity\Attribute\Group',
32+
[],
33+
[],
34+
'',
35+
false
36+
);
3137
$this->eventManagerMock = $this->getMock('Magento\Framework\Event\ManagerInterface');
3238
$contextMock = $this->getMock('Magento\Framework\Model\Context', [], [], '', false);
3339
$contextMock->expects($this->any())->method('getEventDispatcher')->willReturn($this->eventManagerMock);

0 commit comments

Comments
 (0)