Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHP in Action Blog:
Testing a Zend Framework action controller with View Helpers
Jun 11, 2008 @ 12:56:11

On the PHP in Action blog, there's a new post about a method for testing a controller as a part of a Zend Framework application with its own view helpers.

I came across a Zend Framework (ZF) example I wanted to refactor. You really have to have unit test coverage to refactor effectively, and since there were no tests, I started trying to find out how to test it. There didn't seem to be a wealth of information available on the web, so I've tried to figure it out by myself.

He walks through the testing process he followed - making some new default objects (for SimpleTest) and, using the flash messenger view helper, makes some mock classes to simulate sending the flash messages in an application.

tagged: zendframwork simpletest unittest controller view helper

Link:


Trending Topics: