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 3ba3ed6 commit fdc0036Copy full SHA for fdc0036
app/code/Magento/Customer/Test/Unit/Model/Metadata/AttributeMetadataHydratorTest.php
@@ -18,6 +18,9 @@
18
use Magento\Customer\Model\Metadata\AttributeMetadataHydrator;
19
use Magento\Framework\Reflection\DataObjectProcessor;
20
21
+/**
22
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
23
+ */
24
class AttributeMetadataHydratorTest extends \PHPUnit_Framework_TestCase
25
{
26
/**
@@ -93,6 +96,9 @@ protected function setUp()
93
96
);
94
97
}
95
98
99
+ /**
100
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
101
102
public function testHydrate()
103
104
$optionOneData = [
0 commit comments