We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68a686 commit 4d215beCopy full SHA for 4d215be
dev/tests/unit/testsuite/Magento/Bundle/Model/LinkManagementTest.php
@@ -6,12 +6,16 @@
6
*/
7
8
// @codingStandardsIgnoreFile
9
-//@SuppressWarnings(PHPMD.TooManyFields)
10
11
namespace Magento\Bundle\Model;
12
13
use Magento\TestFramework\Helper\ObjectManager;
14
+/**
15
+ * Class LinkManagementTest
16
+ *
17
+ * @SuppressWarnings(PHPMD.TooManyFields)
18
+ */
19
class LinkManagementTest extends \PHPUnit_Framework_TestCase
20
{
21
/**
0 commit comments