PhpUnit3 for a complete noob

Discussion of testing theory and practice, including methodologies (such as TDD, BDD, DDD, Agile, XP) and software - anything to do with testing goes here. (Formerly "The Testing Side of Development")

Moderator: General Moderators

Post Reply
rlg07734
Forum Newbie
Posts: 1
Joined: Tue Nov 14, 2006 9:35 am

PhpUnit3 for a complete noob

Post 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?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post 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.
(#10850)
Post Reply