So i've just had a pretty disappointing morning/weekend. It came in the form of setting up PHPUnit, Integrating Eclipse etc

Now i've just discovered that there's no straightforward way to test CodeIgniter 2.0 applications directly from PHPUnit.

I've spent a lot of time researching libraries (FooStack and CIUnit) but the development of these has ceased and aren't compatible with CI 2.0

Before I jump in the inlcuded 2.0 Unit Testing class I need to ask, have I missed out on any major developments around CI 2.0 and PHPUnit

Any guidance greatly appreciated.

Thanks, Conor

P.S. This idea has been in my head all morning, wondering if I could form a group of a few guys and create a decent interface to CodeIgniter 2.0 for use by PHPUnit.. Any takers, let me know.

link|improve this question

feedback

2 Answers

up vote 9 down vote accepted

A quick note to anybody interested in this. Ellis Labs are currently baking support for PHPUnit in CodeIgniter Reactor. The next release should have it.. Ref: codeigniter.com/forums/viewthread/187601

link|improve this answer
feedback

I found a few resources you may find useful.

A class written to integrate PHPunit and Codeigniter: http://codeigniter.com/forums/viewthread/70934/P60

However, the repository found in the link above doesn't look very active. This fork of it seems to be a little more active: https://bitbucket.org/kenjis/my-ciunit

link|improve this answer
1  
I read the forum post you are referring to, wasn't really impressed but that fork looks interesting.. I'll look into that alright. Thanks :D – conor Nov 2 '11 at 17:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.