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

Roshan Bhattarai's Blog: Which is the best PHP framework ?

Project: Phactory - A Database Factory for Unit Tests

Sebastian Bergmann's Blog: PHPUnit Workshops in Australia

AppBackr Blog: Automated PHP unit testing for lazy coders

Matthew Weier O'Phinney's Blog: Proper Layer files when using Dojo with Zend Framework


Community Events











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


conference interview framework example functional series opinion zendframework2 unittest tool phpunit podcast code testing release development application language community introduction

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