News Feed
Jobs Feed
Sections




News Archive
Tom Oram's Blog:
Unit testing a Zend Framework 2 Controller
July 11, 2012 @ 10:54:01

In this recent post Tom Oram looks at a method he's put together for unit testing a controller in a Zend Framework v2-based application (using PHPUnit).

So far I've got a basic Zend Framework 2 Application up and running and got PHPUnit running & testing one of my models. Next up I wanted to try and workout how to test a controller. I had come to the conclusion that what I needed to do was create an instance of my controller in an environment where it I could get it to run each action I wanted to test.

He finally consulted how the actual framework's tests were doing it and borrowed the setup from that - including several packages (via a "use") and the creation of the controller instance inside the setUp() method of the test set. Some other basic config is set up too including routing and event handling. He also includes examples of how to test this instance effectively - one showing a request with a parameter and another checking to ensure the 404 handler works when a non-existant resource is called.

0 comments voice your opinion now!
zendframework2 controller unittest phpunit


blog comments powered by Disqus

Similar Posts

Site News: Blast from the Past - One Year Ago in PHP

Site News: Popular Posts for the Week of 11.13.2009

Community News: Latest Releases from PHPClasses.org

Community News: Latest PEAR Releases for 02.27.2012

Community News: PHPUnit 3.2 Released


Community Events









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


unittest introduction tool api development community example podcast opinion database framework zendframework2 language event release code testing interview composer object

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