I'm new to Zend frameWork. im testing an action ,that returns a boolean, through dispatching:
$this->dispatch('/album/action', 'POST', $postData);
the Question is how can I get the return Value of this action, as i want to assert it is true? Thanks.