6

Is there any testing framework for CodeIgniter?

Laura
  • 88
  • 6

3 Answers3

4

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

Community
  • 1
  • 1
SubniC
  • 9,807
  • 4
  • 26
  • 33
2

Just a simple one

Javier
  • 60,510
  • 8
  • 78
  • 126
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.