News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Unit testing controller actions with Zend_Test_PHPUnit_ControllerTestCase
September 06, 2010 @ 10:28:17

Rob Allen has a new post for all of the unit test fans out there wanting to test their Zend Framework controllers. He show how to make it worlds easier with the help of Zend_Test_PHPUnit_ControllerTestCase.

Testing controllers has traditionally been a hassle due to the requirements of setting up the bootstrap, the front controller and initiating the dispatch cycle. In June, Matthew addressed this with the release of Zend_Test_PHPUnit_ControllerTestCase way back in 2008. Later, Matthew helpfully wrote an article on how to use it and I have used that as a starting point for the information here.

He illustrates with the TodoIt application and shows how to correctly set up PHPUnit including a TestHelper file that acts as a bootstrap when running the tests. Rob gives the code for a sample controller and a basic tests to run against it - checking for an "h1" element containing "Login".

0 comments voice your opinion now!
unittest zendframework phpunit controllertestcase tutorial


blog comments powered by Disqus

Similar Posts

DevShed: Developing an Extensible TCP Server with Sockets in PHP

MaltBlue.com: How To Build an Extendible Zend Framework Application

SmartyCode.com: Enable your Zend Framework App with Conditional GET! (Make it green)

Phish Tank: Install & Configure Apache+PHP+ZendFramework+OracleDbXe On Windows In Minutes

Jani Hartikainen's Blog: What is a null object, and when are they useful?


Community Events











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


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

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