News Feed
Jobs Feed
Sections




News Archive
Ibuildings Blog:
Zend Framework testing emulating HTTP calls
August 29, 2008 @ 15:26:55

On the Ibuildings blog today Lorenzo Alberton takes a look at the Zend Framework, specifically as to how it can mimic regular HTTP calls with the built-in components.

One of the unit testing best practices suggests to break dependencies, so you can test each component separately. The first problem that arises when you want to test controllers might be having a tighter control over the HTTP Request and Response objects.

This problem is overcome with the Zend_Test_PHPUnit_ControllerTestCase. The second problem it with calls to external resources (like models/databases or web services). This is the prime focus of the post and seceral blocks of code are included to make a class to emulate the HTTP responses you might get back from the service.

0 comments voice your opinion now!
zendframework testing http call webservice model unittest


blog comments powered by Disqus

Similar Posts

Josh Gilman's Blog: HTTPSock Class

Till Klampaeckel's Blog: Debugging Zend_Test

Ian Selby's Blog: Create a REST API with PHP

Fabien Potencier's Blog: Create your own framework... on top of the Symfony2 Components (part 8)

Joshua Thijssen's Blog: Compatible code: starting with symfony2


Community Events











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


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

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