CIUnit Framework Unit Testing for CodeIgniter - rakeshraushan/CodeIgniter-1 GitHub Wiki

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.

Project's home page

Screenshots

failure example

success example

Success with warnings