Tester Module - Testing Controllers?
I have the tester module working fine but how do I go about testing my controllers. I have created a class that uses an instance of CI to load models and views so that I can test them. But how do I load a controller to test the methods on that.
Comments