Skip to content

Commit 0caaf0f

Browse files
author
Anna Bukatar
committed
ACP2E-1155: Refunding Issue Rest API
1 parent 0a74b18 commit 0caaf0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo/Validation/QuantityValidatorTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
use PHPUnit\Framework\MockObject\MockObject;
2222
use PHPUnit\Framework\TestCase;
2323

24+
/**
25+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
26+
*/
2427
class QuantityValidatorTest extends TestCase
2528
{
2629
/**
@@ -169,7 +172,7 @@ private function getCreditMemoMockParams()
169172
$this->createMock(\Magento\Sales\Model\ResourceModel\Order\Creditmemo\Item\CollectionFactory::class),
170173
$this->createMock(\Magento\Framework\Math\CalculatorFactory::class),
171174
$this->createMock(\Magento\Store\Model\StoreManagerInterface::class),
172-
$this->createMock( \Magento\Sales\Model\Order\Creditmemo\CommentFactory::class),
175+
$this->createMock(\Magento\Sales\Model\Order\Creditmemo\CommentFactory::class),
173176
$this->createMock(\Magento\Sales\Model\ResourceModel\Order\Creditmemo\Comment\CollectionFactory::class),
174177
$this->createMock(\Magento\Framework\Pricing\PriceCurrencyInterface::class),
175178
$this->createMock(\Magento\Framework\Model\ResourceModel\AbstractResource::class),

0 commit comments

Comments
 (0)