Unit Testing

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
shumba
Forum Newbie
Posts: 4
Joined: Tue Jun 06, 2006 11:29 am

Unit Testing

Post by shumba »

Hey guys.. i was wondering is you can suggest a good and reliable unit testing app/tool/framework for php.
Last edited by shumba on Fri Mar 02, 2007 1:40 pm, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Unit testing application?


Image - There's no need for an application.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post 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.
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

The other alternative is PHPUnit.
Post Reply