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

Jonathan Snook's Blog: Zend Framework: First Impressions

Alexander Netkachev's Blog: 404 error with Zend Framework Front Controller

Quality Assurance in PHP Projects: Testing Database Interaction

Matthew Turland's Blog: The Configuration Pattern in Zend Framework

Decal CMS Blog: Testing your website before launching: how to let content drive design (Part 1)


Community Events











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


rest example usergroup symfony2 series introduction framework phpunit testing database release podcast conference community opinion functional development zendframework2 language interview

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