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