News Feed
Jobs Feed
Sections




News Archive
Ryan Mauger's Blog:
Controller Testing with the FlashMessenger in Zend Framework
March 16, 2012 @ 11:55:53

Ryan Mauger has a new post to his blog today looking at doing some controller testing in a Zend Framework application and some issues he was with the FlashMessenger component.

During a recent project, I encountered problems with the flash messenger not playing ball with PHPUnit. The problem, the FlashMessenger using a session namespace, and trying to start the session. Additionally to this problem, how do you test that the flash message is set as you'd expect (or not as the case may be). The answer to both of these problems, lies in the same solution. a Mock Object.

He includes the code to mock out the FlashMessenger component and expose the "addMessage" method. In his first test, the assertion is that this method is never called (failure if it is) and in the second, it should only be called once.

0 comments voice your opinion now!
zendframework unittest phpunit flashmessenger mockobject


blog comments powered by Disqus

Similar Posts

Gergely Hodicska's Blog: Extending Zend_Acl to support custom roles and resources

Ralph Schindler's Blog: Composite Rowsets For Many-To-Many Relationships Via Zend_Db_Table

Tobias Schlitt's Blog: Why code coverage matters

Till's Blog: Zend Framework performance

Padraic Brady's Blog: A Guide To Zend Framework Bug Hunt Days


Community Events











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


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

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