Please help me configure codeigniter and phpunit

I created some simple applications in codeigniter that never tested it. Can someone give me some links or explain how to configure codeigniter with phpunit? Many thanks

+1
source share
2 answers

This ciunit plug works well and is compatible with the latest CI 2.1

https://bitbucket.org/kenjis/my-ciunit

+1
source

All Articles