![]() |
UnitTest request for CI4 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29) +--- Thread: UnitTest request for CI4 (/showthread.php?tid=65789) |
UnitTest request for CI4 - iridion2015 - 07-24-2016 CI3 is cumbersome to test. There are so many things to install. so many things to configure. I hope in CI4, things require for Unit Testing are already installed. things are already configured. So for the ordinary user the only thing he needs to worry is to test his app. Thanks in advance for your HARD WORK core dev team. RE: UnitTest request for CI4 - ciadmin - 07-24-2016 Have you checked the user guide? CI4 has a debugger, and unit testing support. https://bcit-ci.github.io/CodeIgniter4/general/debugging.html https://bcit-ci.github.io/CodeIgniter4/general/testing.html RE: UnitTest request for CI4 - iridion2015 - 07-24-2016 WOW, thanks for letting me know. CI4 is cool. |