Page 1 of 1

PhpUnit3 for a complete noob

Posted: Tue Nov 14, 2006 9:42 am
by rlg07734
My department has blessed me with handling all of the unit testing for our company, and I am a complete n00b to php. We were running phpunit2 and using phing with build.xml to run the whole test suite.

Seems that phpunit3 and phing are not compatible, so i have a whole slew of individual testing classes to combine into one. Each test suite has been converted to run successfully under phpunit3.

Can anyone give a little insight on how to get them all to run and produce one final report?

Posted: Tue Nov 14, 2006 10:01 am
by Christopher
PHPUnit 3 was just released. Perhaps you should check into whether Phing will be upgraded to work with it or if there is another solution they will support.