Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unit tests and functional tests in CodeIgniter

Is there any testing framework for CodeIgniter?

like image 515
Laura Avatar asked Dec 02 '10 09:12

Laura


3 Answers

You can try the builtin Unit testing framework, take a look as well at this post

like image 124
SubniC Avatar answered Oct 04 '22 16:10

SubniC


Just a simple one

like image 42
Javier Avatar answered Oct 04 '22 16:10

Javier


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.

like image 44
Nithin Meppurathu Avatar answered Oct 04 '22 15:10

Nithin Meppurathu