Database helper for PHPUnit

Wednesday, August 27th, 2008

When testing code which uses the database, you would usually want to make sure the database stays pristine for each test - All tables should be empty, as any extra data could interfere with the tests. You could probably write an extended Testcase class which automatically does this before each test ...

Ideas for testing Zend Framework apps

Thursday, July 3rd, 2008

Here are some ideas I was thinking of for making testing Zend Framework (and Doctrine) based apps nice and easy.