As part of the ZendFramework excercise I am following the author describes some automated testing process for the Framework modules as we build them. He talks about using the PHPUnit testing software which is available here http://www.phpunit.de/. This allows a developer to write automated tests for his objects as he develops and greatly improves the security of the code. The installation manual is here http://www.phpunit.de/pocket_guide/index.en.php which describes how to install and run the product.
Couple of things you need to know before setting this up for the i5 Continue reading