File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
dev/tests/integration/testsuite/Magento/Downloadable/Model/Product
lib/internal/Magento/Framework/Api/ExtensionAttribute Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ public function testDeleteTypeSpecificData()
69
69
/**
70
70
* @magentoDataFixture Magento/Downloadable/_files/product_downloadable_with_files.php
71
71
* @magentoAppArea adminhtml
72
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
72
73
*/
73
74
public function testSaveTypeSpecificData ()
74
75
{
Original file line number Diff line number Diff line change 18
18
19
19
/**
20
20
* Join processor allows to join extension attributes during collections loading.
21
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
21
22
*/
22
23
class JoinProcessor implements \Magento \Framework \Api \ExtensionAttribute \JoinProcessorInterface
23
24
{
You can’t perform that action at this time.
0 commit comments