Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

Unit Testing Question
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Unit Testing Question

agoldenbergagoldenberg Member, Host Rep

Hi All.
Wondering if you guys could point me in the right direction. I am working on learning how to unit test, and one of the questions I cannot find an answer to revolves around testing Controllers that take POST data.

I've looked at stackoverflow responses which indicate to simply stuff some data in $_POST however my controller doesn't see that as a POST request and fails the tests.

Any advice as to how to test Controller Methods that require POST data?

Thank you!

Comments

  • for PHP checkout phpunit

    You can unit test functions or you can do an end to end test where you try out each api end point.

Sign In or Register to comment.