You need to return the redirector for unit tests:

return $redirector->gotoSimple(/*...*/);

--
*Hector Virgen*
Sr. Web Developer
http://www.virgentech.com



On Mon, Dec 6, 2010 at 3:00 PM, Fernando Morgenstern <
cont...@fernandomarcelo.com> wrote:

> Hi,
>
> I'm having some issues with Zend Test and controller plugins.
>
> The issue is specifically with an Auth plugin that i have. If i have this
> code:
>
> $redirector =
> Zend_Controller_Action_HelperBroker::getStaticHelper('redirector');
> $redirector->gotoSimple('index', 'login', 'public');
> return;
>
> It's ignored by Zend Test and it executes the code in controllers without
> applying the redirect.
>
> If i use the same redirect code in controllers, it works ok.
>
> Is this a bug in Zend Test? Any way to fix this issue?
>
> Regards,
>
> Fernando Morgenstern
> cont...@fernandomarcelo.com
>
>
>
>

Reply via email to