File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo/Validation Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 21
21
use PHPUnit \Framework \MockObject \MockObject ;
22
22
use PHPUnit \Framework \TestCase ;
23
23
24
+ /**
25
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
26
+ */
24
27
class QuantityValidatorTest extends TestCase
25
28
{
26
29
/**
@@ -169,7 +172,7 @@ private function getCreditMemoMockParams()
169
172
$ this ->createMock (\Magento \Sales \Model \ResourceModel \Order \Creditmemo \Item \CollectionFactory::class),
170
173
$ this ->createMock (\Magento \Framework \Math \CalculatorFactory::class),
171
174
$ 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),
173
176
$ this ->createMock (\Magento \Sales \Model \ResourceModel \Order \Creditmemo \Comment \CollectionFactory::class),
174
177
$ this ->createMock (\Magento \Framework \Pricing \PriceCurrencyInterface::class),
175
178
$ this ->createMock (\Magento \Framework \Model \ResourceModel \AbstractResource::class),
You can’t perform that action at this time.
0 commit comments