Over at Content with Style, Pascal Opitz has created a brief overview on how to test Controllers in Zend Framework driven MVC applications, using PHPUnit and Zend_Test.
He's clearing up the myth that unit-testing Controllers is infinitely harder than unit-testing Models, and shows the straight forward 5-step process in a simple code example.


Comments (Login to leave comments)