![]() |
phpt unit testing - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: phpt unit testing (/showthread.php?tid=3282) |
phpt unit testing - El Forum - 09-21-2007 [eluser]Unknown[/eluser] Is there a way to use phpt unit testing with CI? phpt unit testing - El Forum - 09-21-2007 [eluser]Michael Wales[/eluser] CI includes it's own Unit Testing. phpt unit testing - El Forum - 09-21-2007 [eluser]Unknown[/eluser] [quote author="walesmd" date="1190414729"]CI includes it's own Unit Testing.[/quote] I know it has it's own unit testing, but we use phpt for most of our unit testing, so I was wondering if there is a way to make it work with CI. phpt unit testing - El Forum - 10-26-2007 [eluser][email protected][/eluser] Can CI mock classes? This is what we want to test. phpt unit testing - El Forum - 10-26-2007 [eluser]jackIgniter[/eluser] I guess not, at least in current version no. |