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 f16341b commit c248a18Copy full SHA for c248a18
dev/tests/integration/testsuite/Magento/Customer/Controller/AccountTest.php
@@ -789,8 +789,9 @@ public function testRegisterCustomerWithEmailConfirmation(): void
789
$this->_objectManager->removeSharedInstance(Request::class);
790
$this->_request = null;
791
792
- $this->getRequest()->setParam('id', $customer->getId());
793
- $this->getRequest()->setParam('key', $confirmation);
+ $this->getRequest()
+ ->setParam('id', $customer->getId())
794
+ ->setParam('key', $confirmation);
795
$this->dispatch('customer/account/confirm');
796
797
/** @var StoreManager $store */
0 commit comments