Unit Testing
Moderator: General Moderators
Unit Testing
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.
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
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.
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.
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
- There's no need for an application.