Skip to content

Commit cf04937

Browse files
committed
MAGETWO-96886: A new customer created via an admin order has their Customer Group set to the Default customer group on the default website scope
1 parent fe674a6 commit cf04937

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Sales/Block/Adminhtml/Order/Create/Form

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Sales/Block/Adminhtml/Order/Create/Form/AccountTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function testGetFormWithUserDefinedAttribute()
127127
*
128128
* @return MockObject
129129
*/
130-
private function getFormFactoryMock(): MockObject
130+
private function getFormFactoryMock()
131131
{
132132
/** @var AttributeMetadataInterfaceFactory $attributeMetadataFactory */
133133
$attributeMetadataFactory = $this->objectManager->create(AttributeMetadataInterfaceFactory::class);

0 commit comments

Comments
 (0)