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 b2a2a4a commit 07e2568Copy full SHA for 07e2568
dev/tests/integration/testsuite/Magento/Customer/Controller/AccountTest.php
@@ -286,7 +286,7 @@ public function testWithConfirmCreatePostAction()
286
$this->equalTo([
287
'You must confirm your account. Please check your email for the confirmation link or '
288
. '<a href="http://localhost/index.php/customer/account/confirmation/'
289
- . '?email=test2%40email.com/">click here</a> for a new link.'
+ . '?email=test2%40email.com">click here</a> for a new link.'
290
]),
291
MessageInterface::TYPE_SUCCESS
292
);
0 commit comments