CodeIgniter Forums
unit testing feature - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: unit testing feature (/showthread.php?tid=50244)



unit testing feature - El Forum - 03-20-2012

[eluser]hsn22[/eluser]
Hey,

A few weeks ago, there was a branch on github featuring phpunit integration. I believe it was called "feature/unit-tests". However, it no longer appears to be available there and I am unable to find any information about it.

Any information on this? I know this is a much demanded feature in CI and relying on hacks like foostack's ciunit is obviously not going to be a solution for the long term.

Thanks.


unit testing feature - El Forum - 03-20-2012

[eluser]hsn22[/eluser]
I've just found a fork of CI on github that has the unit-tests branch, but its quite old (7 months). How come its missing from the main repo?

link: https://github.com/phpfour/CodeIgniter


unit testing feature - El Forum - 04-18-2012

[eluser]Carlton[/eluser]
This looks pretty nice thanks for posting that fork.
Did you give it a try at all, how did you find it if so?