View Single Post
  #3 (permalink)  
Old 2003-12-22, 08:14 AM
lastcraft lastcraft is offline
Junior Member
 
Join Date: Dec 2003
Location: London
Posts: 1
lastcraft
Default

Quote:
Originally posted by stuart@Jun 24 2003, 10:02 PM
Can anyone recommend any other online PHP Tools? Im not just talking about database tools though.
Hi...

I am working on a unit tester, mock objects generator and web tester. If you have read Kent Beck's Test Driven Development (recommended) you will know what I mean by this. It is basically a tool that allows you to write the tests for the code as you go. Changes you whole outlook. For example you hardly ever end up debugging.

If you know Java then the toolset equivalents are JUnit, JMock and JWebUnit. PHPUnit compatibility is included as well.

yours, Marcus
__________________
eXtreme Programming in PHP, /www.lastcraft.com
Reply With Quote