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 3171173 commit f16341bCopy full SHA for f16341b
dev/tests/integration/testsuite/Magento/Customer/Controller/AccountTest.php
@@ -802,6 +802,7 @@ public function testRegisterCustomerWithEmailConfirmation(): void
802
$this->equalTo(["Thank you for registering with {$name}."]),
803
MessageInterface::TYPE_SUCCESS
804
);
805
+ $this->assertEmpty($customerRepository->get($email)->getConfirmation());
806
}
807
808
/**
0 commit comments