I have a lot of $this->redirect()
in my controllers, issuing a Zend_Flashmessage
and then redirecting. Due to the fact, that Zend_Test
is disabling responses on redirect, I can't see an opportunity to verify my flash messages.
Is there a way to call the render()
function in my unittest to verify the output?