Testing controller method |
CodeIgniter has built in controller testing capability that should be just what you need. This will test the controller itself only, skipping the HTTP layer, the controller filters, etc, but if you wanted to test the whole stack, we do have tools for full HTTP testing also.
|
Messages In This Thread |
Testing controller method - by jojo - 12-19-2021, 09:47 PM
RE: Testing controller method - by jojo - 12-20-2021, 07:20 PM
RE: Testing controller method - by kenjis - 12-20-2021, 07:59 PM
RE: Testing controller method - by jojo - 12-20-2021, 08:11 PM
RE: Testing controller method - by kenjis - 12-20-2021, 10:02 PM
RE: Testing controller method - by jojo - 12-20-2021, 10:09 PM
RE: Testing controller method - by kilishan - 12-20-2021, 10:19 PM
RE: Testing controller method - by jojo - 12-20-2021, 10:37 PM
|