News Feed
Jobs Feed
Sections




News Archive
Chris Hartjes' Blog:
Testing Controllers Hiding Behind Zend_Auth
June 04, 2010 @ 13:13:50

On his blog today Chris Hartjes has a new post about testing your Zend Framework application's functionality that lives behind a Zend_Auth authentication.

The initial problem though was how do I simulate logging in a user so I can see this page, which was protected by authentication using Zend_Auth. So I started my scouring the internet for answers.

I found quite a few examples on how to test a controller, using the $this->dispatch('/path/to/action') method but found that I wasn't getting redirected properly to the post-login page. I was passing proper credentials in and everything. Then finally after deciding to go back to basics and read up on just how to test Zend_Auth. After some swearing a few face-palms, I realized what I had been doing wrong.

He includes the ultimately successful code for the test that uses a "loginUser" method to handle the authentication and ensure that the user is correctly logged in.

0 comments voice your opinion now!
zendframework zendauth controller unittest


blog comments powered by Disqus

Similar Posts

Chris Hartjes' Blog: A New Way Of Judging Frameworks: Where are the tests?

Rob Allen's Blog: An introduction to Zend\EventManager

Sebastian Bergmann's Blog: PHPUnit 3.5: Refactoring to Components

Alexander Netkachev's Blog: 404 error with Zend Framework Front Controller

Paul Jones' Blog: New Year's Benchmarks


Community Events











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


podcast example framework release introduction testing database interview series application functional phpunit development opinion code language api community zendframework2 composer

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