We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/lonnieezell/CodeIgniter4/blob/develop/system/HTTP/IncomingRequest.php#L307 It sets a cookie to a response, doesn't it?
The text was updated successfully, but these errors were encountered:
You're right. It does belong in the response. I'm sure it got left there simply because it was in the Input class in CI3.
Sorry, something went wrong.
Okay, I hope the Response class has cookie data. So that we can test cookie data like: https://github.com/kenjis/ci-phpunit-test/blob/master/docs/FunctionAndClassReference.md#testcaseassertresponsecookiename-value-allow_duplicate--false
1e2df74
No branches or pull requests
https://github.com/lonnieezell/CodeIgniter4/blob/develop/system/HTTP/IncomingRequest.php#L307
It sets a cookie to a response, doesn't it?
The text was updated successfully, but these errors were encountered: