You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
HTTP Testing ->isRedirect() returns true for RedirectReseponse returned by return redirect()->to(url)
but false for Response returned by return $this->response->redirect(url, method, status_code)
Returns.
If this is the intended specification, there is no problem, but it is a little difficult to understand.
Describe the bug
HTTP Testing ->isRedirect() returns true for RedirectReseponse returned by
return redirect()->to(url)
but false for Response returned by
return $this->response->redirect(url, method, status_code)
Returns.
If this is the intended specification, there is no problem, but it is a little difficult to understand.
CodeIgniter 4 version
4.0.4
Affected module(s)
CodeIgniter\Test\FeatureResponse
Expected behavior, and steps to reproduce if appropriate
The controller returns a Response that has executed the method redirect.
Context
The text was updated successfully, but these errors were encountered: