ZF-12113: Zend_Test error messages should be more verbose
Description
It shows messages just like this ```. This makes tests hard to debug.
It would be nice to show also the actual value (the way standard PHPUnit asserts work - they show expected and actual value).
Comments
Posted by Martin Hujer (mhujer) on 2012-03-23T12:18:15.000+0000
Patch for Zend_Test_PHPUnit_Constraint_Redirect
Posted by Martin Hujer (mhujer) on 2012-03-23T12:30:36.000+0000
Patch for Zend_Test_PHPUnit_Constraint_ResponseHeader (only for assertResponseCode method)
Posted by Martin Hujer (mhujer) on 2012-05-05T07:59:48.000+0000
Do you think we can have this in 1.12? I hate having to maintain our patched ZF.
Posted by Rob Allen (rob) on 2012-05-31T19:37:58.000+0000
Fixed in SVN r24851.