I'm working on a small php mysql project for a local university, I'm really keen to use the project to test out some agile development practices, particularly iterative development and test driven development. I'm looking for advise on unit testing tools, which ones are out there, which are good/bad/ok and how will I have to organise my web application in order to make the best use of the tools.
I am assuming that the best approac for e will be t abstract the business logic in to a set of classes and write tests for them.
I have seen phpunit, although I've not used it yet,any advise would be gratefully recieved.
John
I am assuming that the best approac for e will be t abstract the business logic in to a set of classes and write tests for them.
I have seen phpunit, although I've not used it yet,any advise would be gratefully recieved.
John