CodeIgniter Forums
Unit Testing for CodeIgniter applications - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Unit Testing for CodeIgniter applications (/showthread.php?tid=57265)



Unit Testing for CodeIgniter applications - El Forum - 03-02-2013

[eluser]painkiller[/eluser]
I would like to share with you guys something I have been working on in the past couple of months. I had this idea of improving the build in unit testing in CI and ended up with a completely different thing.

CIUnit is simple and light-weight PHPUnit/JUnit like unit testing framework for CodeIgniter. The framework runs on top of CodeIgniter and provides a web interface for test execution. CIUnit is a good alternative for small projects where the full potential of PHPUnit is not used and a good start for unit testing newbies.

More information can be found on the project's page:

If you decide to give it a shoot and face some issues please open new issue on github or post in here.

I would like to hear your comments (both positive and negative)
Cheers


Unit Testing for CodeIgniter applications - El Forum - 03-18-2013

[eluser]painkiller[/eluser]
I have updated the source with some new features. Give it a shot if interested

Awaiting comments Smile