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 2121use PHPUnit \Framework \MockObject \MockObject ;
2222use PHPUnit \Framework \TestCase ;
2323
24+ /**
25+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
26+ */
2427class 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),
You can’t perform that action at this time.
0 commit comments