Rick Fletcher wrote:
Has anyone done any PHP unit testing? I've been looking around for a unit testing library to try out. Below are the ones I've found so far:
SimpleTest: http://www.lastcraft.com/simple_test.php PHPUnit (dead?): http://phpunit.sourceforge.net/ Pear PHPUnit: http://pear.php.net/package/PHPUnit Generic PHP Framework (dead?): http://gpfr.sourceforge.net/
SimpleTest looks the most complete and the most active, so that's where I'm leaning. Anyone have any experience with any of these libraries, or have any comments on PHP Unit testing in general?
Thanks.
Rick
PHPUnit in PEAR at least is still in development. PHPUnit2 is really the one that's still being worked on, though, and it's PHP5 only...
-- paperCrane <Justin Patrin>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php