Skip to content

Commit 505ac25

Browse files
committed
MAGETWO-66064: Remove usages of unserialize in module Magento/Catalog
1 parent 0ff969a commit 505ac25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/CategoryTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
use Magento\Eav\Model\Config;
2222
use Magento\Eav\Model\Entity\Type;
2323

24+
/**
25+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
26+
*/
2427
class CategoryTest extends \PHPUnit_Framework_TestCase
2528
{
2629
/**

0 commit comments

Comments
 (0)