Skip to content

Commit 4d215be

Browse files
author
Yu Tang
committed
MAGETWO-32894: Refactor Catalog and related module to use mutable data object interface
- Fix static test failure
1 parent e68a686 commit 4d215be

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dev/tests/unit/testsuite/Magento/Bundle/Model/LinkManagementTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66
*/
77

88
// @codingStandardsIgnoreFile
9-
//@SuppressWarnings(PHPMD.TooManyFields)
109

1110
namespace Magento\Bundle\Model;
1211

1312
use Magento\TestFramework\Helper\ObjectManager;
1413

14+
/**
15+
* Class LinkManagementTest
16+
*
17+
* @SuppressWarnings(PHPMD.TooManyFields)
18+
*/
1519
class LinkManagementTest extends \PHPUnit_Framework_TestCase
1620
{
1721
/**

0 commit comments

Comments
 (0)