![]() |
How to set up SimpleTest to work with CI - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: How to set up SimpleTest to work with CI (/showthread.php?tid=7271) |
How to set up SimpleTest to work with CI - El Forum - 04-01-2008 [eluser]drizz815[/eluser] Hi I've been trying to get SimpleTest to work with CI. Have tried Don Pinkster's solution in http://ellislab.com/forums/viewthread/63602/ (thanks Don) and I think I'm nearly there except that I'm getting "Cannot instantiate non-existent class: testsuite". Has anybody got any ideas? I've used SimpleTest outside of CI and I'm quite keen to get it working with CI, but I'm new to CI and haven't quite got my head around why using SimpleTest with it is so difficult. I'm wondering what other people do for testing. |