![]() |
Best testing module for CI - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19) +--- Thread: Best testing module for CI (/showthread.php?tid=1591) |
Best testing module for CI - nizfdo - 03-24-2015 Hi Guys, We are planning to build a enterprise level web application on CodeIgniter. So we need to implement a proper structure for CI unit testing. I'm aware of Unit Testing Class of CI and I also went through following libraries which use phpunit 1. fmalk/codeigniter-phpunit 2. http://knollet.com/foostack/ 3. https://bitbucket.org/kenjis/my-ciunit Though I see all of the above mentioned modules have lots of limitation, when it comes to large scale application testing. Can you guys please recommend me proper module which I can relay on for unit testing. Thank you RE: Best testing module for CI - kenjis - 07-16-2015 What is limitation you think of? RE: Best testing module for CI - IhariR - 07-17-2015 We have used Kenji's version since 2012 and CI 2.1.x and it works without limitations. RE: Best testing module for CI - kenjis - 07-18-2015 Thanks. If you use CI 3.0, I recommend to see http://kenjis.github.io/ci-phpunit-test/ |