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
Post in forum https://forum.codeigniter.com/thread-77210.html
HTTP Feature Testing Dosc https://codeigniter4.github.io/userguide/testing/feature.html#
// Submit a form $result = $this->call('post', 'contact'), [ 'name' => 'Fred Flintstone', 'email' => '[email protected]' ]);
It's only populated $_POST We use "$request->getPost();" But not working "$request->getJSON();"
What should I do to send JSON format in http feature testing?
The text was updated successfully, but these errors were encountered:
See https://codeigniter4.github.io/userguide/testing/feature.html#formatting-the-request.
Sorry, something went wrong.
I missed that part, Thanks, a lot :)
@ByeongUkChoi Nobody's perfect. ;-)
No branches or pull requests
Post in forum
https://forum.codeigniter.com/thread-77210.html
HTTP Feature Testing Dosc
https://codeigniter4.github.io/userguide/testing/feature.html#
It's only populated $_POST
We use "$request->getPost();"
But not working "$request->getJSON();"
What should I do to send JSON format in http feature testing?
The text was updated successfully, but these errors were encountered: