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 6cc7b68 commit a5f1902Copy full SHA for a5f1902
dev/tests/integration/testsuite/Magento/Customer/Controller/AccountTest.php
@@ -681,8 +681,10 @@ public function testWrongConfirmationEditPostAction()
681
public function testLoginPostRedirect($redirectDashboard, string $redirectUrl)
682
{
683
if (isset($redirectDashboard)) {
684
- $this->_objectManager->get(ScopeConfigInterface::class)->setValue('customer/startup/redirect_dashboard',
685
- $redirectDashboard);
+ $this->_objectManager->get(ScopeConfigInterface::class)->setValue(
+ 'customer/startup/redirect_dashboard',
686
+ $redirectDashboard
687
+ );
688
}
689
$this->_objectManager->get(Redirect::class)->setRedirectCookie('test');
690
$configValue = $this->_objectManager->create(Value::class);
0 commit comments