News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
PHPUnit with Zend_Controller_Action_Helper
July 23, 2009 @ 07:50:20

Lorna Mitchell has posted about another aspect of the REST project she's been developing and an issue that's come up with testing with PHPUnit.

I ran into problems very quickly - when I tried to write the first unit test for the first action in fact! PHPUnit was just dying when I asked it to dispatch() any URL which didn't return HTML, it wasn't even giving its usual output. What was actually happening was I was making use of Zend_Controller_Action_Helper_Json, my service returns JSON and this action helper takes input, transforms it into JSON, sets the content-type correctly and tells ZF not to look for a view since we don't need one. I thought this was pretty neat.

As it turns out, there was an exit being called in the Zend_Controller_Action_Helper_Json component that was causing the request to stop at a certain point. The solution? Chaning the value of the supressExit class variable to stop the behavior.

0 comments voice your opinion now!
json action helper zendframework unittest phpunit


blog comments powered by Disqus

Similar Posts

Matthew Weier O'Phinney's Blog: Using dijit.Editor with Zend Framework

David Otton's Blog: Frameworks vs. Libraries in PHP

Alex Netkachov's Blog: A quick survey - PHP portlet and portal

Leaseweb Labs Blog: Tuning Zend framework and Doctrine

ZendCasts.com: Creating Custom Zend_Form Decorators


Community Events











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


composer framework podcast testing series introduction development example unittest functional opinion tool code object community release zendframework2 interview language phpunit

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