Skip to content

Commit cdb77aa

Browse files
author
Sergii Kovalenko
committed
MAGETWO-24139: Resolve Customer TODO`s
1 parent 111b809 commit cdb77aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Test/Unit/Model/AttributeMetadatConverterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ public function testCreateAttributeMetadataTestWithSource()
148148
$this->dataObjectHelper->expects($this->exactly(2))
149149
->method('populateWithArray')
150150
->withConsecutive(
151-
[$optionObject1, ['1'], 'Magento\Customer\Api\Data\OptionInterface'],
152-
[$optionObject2, ['2'], 'Magento\Customer\Api\Data\OptionInterface']
151+
[$optionObject1, ['1'], \Magento\Customer\Api\Data\OptionInterface::class],
152+
[$optionObject2, ['2'], \Magento\Customer\Api\Data\OptionInterface::class]
153153
);
154154
$validationRule1 = $this->getMock(\Magento\Customer\Api\Data\ValidationRuleInterface::class);
155155
$validationRule2 = $this->getMock(\Magento\Customer\Api\Data\ValidationRuleInterface::class);

0 commit comments

Comments
 (0)