In a new post to his blog Matthew Weier O'Phinney talks about using the Zend_Test component of the Zend Framework to set up test suites on your application.
Testing and test automation should be easy and the complex approach is overkill for most of our applications.
Fortunately, PHPUnit offers some other methods that make doing so relatively simple. The easiest method is to use an XML configuration file .
He includes a...