ZF-8912: ControllerTestCase failure messages are lacking to identify failure
Description
Lots of failures can happen inside the MVC, however the failure messages of the assertions suck to identify the root cause in this regard. They should all grab the ErrorHandler ACtion plugin if present and check if there is an exception on the stack and print it aswell.
Comments
Posted by Benjamin Eberlei (beberlei) on 2010-01-24T03:44:14.000+0000
Some example, should probably be factored out into its own "annotateErrorMessageFromErrorHandler" method: