Skip to content

Commit fdc0036

Browse files
author
Igor Melnikov
committed
MAGETWO-64224: Remove usages of AttributeCache from customer module
- refactoring tests
1 parent 3ba3ed6 commit fdc0036

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/Customer/Test/Unit/Model/Metadata/AttributeMetadataHydratorTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
use Magento\Customer\Model\Metadata\AttributeMetadataHydrator;
1919
use Magento\Framework\Reflection\DataObjectProcessor;
2020

21+
/**
22+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
23+
*/
2124
class AttributeMetadataHydratorTest extends \PHPUnit_Framework_TestCase
2225
{
2326
/**
@@ -93,6 +96,9 @@ protected function setUp()
9396
);
9497
}
9598

99+
/**
100+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
101+
*/
96102
public function testHydrate()
97103
{
98104
$optionOneData = [

0 commit comments

Comments
 (0)