Is there any testing framework for CodeIgniter?
Asked
Active
Viewed 1,467 times
3 Answers
1
Currently codeigniter doesn't have full supported unit testing. If your on the github repo however there is a branch the community is working on to add phpunit to the core. I would suggest cloning that repo and starting from there.

Nithin Meppurathu
- 99
- 1
- 6
-
also until the release you can use http://code.ericlbarnes.com/codeigniter-simpletest/ – Nithin Meppurathu Nov 07 '11 at 14:51