PhpUnit3 for a complete noob
Posted: Tue Nov 14, 2006 9:42 am
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?
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?