Skip to content

Commit e59beac

Browse files
gelanivishalmageprince
authored andcommitted
Update GroupRepositoryTest.php
1 parent c938472 commit e59beac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/code/Magento/Customer/Test/Unit/Model/ResourceModel/GroupRepositoryTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class GroupRepositoryTest extends \PHPUnit\Framework\TestCase
3737
* @var \Magento\Customer\Api\Data\GroupInterface|\PHPUnit_Framework_MockObject_MockObject
3838
*/
3939
protected $group;
40-
40+
4141
/**
4242
* @var \Magento\Customer\Api\Data\GroupInterface|\PHPUnit_Framework_MockObject_MockObject
4343
*/
@@ -173,7 +173,9 @@ public function testSave()
173173
$groupId = 0;
174174

175175
$taxClass = $this->getMockForAbstractClass(\Magento\Tax\Api\Data\TaxClassInterface::class, [], '', false);
176-
$extensionAttributes = $this->getMockForAbstractClass(\Magento\Customer\Api\Data\GroupExtensionInterface::class);
176+
$extensionAttributes = $this->getMockForAbstractClass(
177+
\Magento\Customer\Api\Data\GroupExtensionInterface::class
178+
);
177179

178180
$this->group->expects($this->atLeastOnce())
179181
->method('getCode')

0 commit comments

Comments
 (0)