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
[email protected]