Anyone using CodeIgniter use automated unit testing?
Seems the way CodeIgniter’s guy do unit test need to have a controller which run in browser,
e.g.
- http://codeigniter.com/user_guide/libraries/unit_testing.html
- or this: http://jensroland.com/projects/toast/
However, I only want to test from command line, I want automated test and build.
Any recommendation?
Thanks.
You can use this integration with phpunit – http://www.foostack.com/foostack/
It would then run from the command line.