File tree 1 file changed +4
-4
lines changed
dev/tests/integration/testsuite/Magento/Customer/Controller 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -663,17 +663,17 @@ public function testWrongConfirmationEditPostAction()
663
663
/**
664
664
* Test redirect customer to account dashboard after logging in.
665
665
*
666
- * @param bool|null $redirectDashboardValue
666
+ * @param bool|null $redirectDashboard
667
667
* @param string $redirectUrl
668
668
* @magentoDbIsolation enabled
669
669
* @magentoAppIsolation enabled
670
670
* @magentoDataFixture Magento/Customer/_files/customer.php
671
671
* @dataProvider loginPostRedirectDataProvider
672
672
*/
673
- public function testLoginPostRedirect ($ redirectDashboardValue , string $ redirectUrl )
673
+ public function testLoginPostRedirect ($ redirectDashboard , string $ redirectUrl )
674
674
{
675
- if (isset ($ redirectDashboardValue )) {
676
- $ this ->_objectManager ->get (ScopeConfigInterface::class)->setValue ('customer/startup/redirect_dashboard ' , $ redirectDashboardValue );
675
+ if (isset ($ redirectDashboard )) {
676
+ $ this ->_objectManager ->get (ScopeConfigInterface::class)->setValue ('customer/startup/redirect_dashboard ' , $ redirectDashboard );
677
677
}
678
678
679
679
$ this ->_objectManager ->get (Redirect::class)->setRedirectCookie ('test ' );
You can’t perform that action at this time.
0 commit comments