Page 1 of 1

Unit Testing

Posted: Fri Mar 02, 2007 12:38 pm
by shumba
Hey guys.. i was wondering is you can suggest a good and reliable unit testing app/tool/framework for php.

Posted: Fri Mar 02, 2007 1:35 pm
by feyd
Unit testing application?


Image - There's no need for an application.

Posted: Fri Mar 02, 2007 4:50 pm
by Chris Corbyn
They call them frameworks (or suites, although a suite is technically a group of tests).
I'd recommend SimpleTest on the entirely biased basis that it's the only testing framework I've used with PHP, and probably the most widley used.

Posted: Fri Mar 02, 2007 7:27 pm
by Ambush Commander
The other alternative is PHPUnit.