News Feed
Jobs Feed
Sections




News Archive
Till Klampaeckel's Blog:
Debugging Zend_Test
September 22, 2010 @ 08:10:04

In a new post to his blog Till Klampaeckel looks at unit testing in a real life example he had when working with the Zend Framework's Zend_Test component.

If I have to spend too much time debugging a test it's usually a bad test. Which usually means that it's too complex. However, with Zend_Test_PHPUnit_ControllerTestCase, it's often not the actual test, but the framework. This is not just tedious for myself, it's also not the most supportive fact when I ask my developers to write tests. [...] The [details about the error] are especially tricky and drive me nuts on a regular basis because a unit test should never withhold these things from you. After all, we use these tests to catch bugs to begin with. Why make it harder for the developer fix them?

In his example he has a controller that validates API requests before the routing gets too far (preDispatch) and responds with a 401 HTTP code if they can't use it. His test, however, just fails and doesn't give any feedback on what happened over than "it's broken". To remedy the situation he uses something he's created, a Listener, that can be used as a part of the PHPUnit configuration and gives the output of the test including headers, HTTP response code and the body of the response - a much handier result.

0 comments voice your opinion now!
zendtest zendframework


blog comments powered by Disqus

Similar Posts

PHPImpact Blog: BBC's New Infrastructure: Java and PHP

Rob Allen's Blog: Using your own View object with Zend_Application

Community News: Latest Releases from PHPClasses.org

Ben Ramsey's Blog: Supporting PUT & DELETE in the Zend Framework

Community News: Packagist Latest Releases for 01.10.2013


Community Events











Don't see your event here?
Let us know!


api development language community functional testing tool database interview opinion conference framework introduction series zendframework2 release example composer code podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework