Details
-
Type:
Docs: Improvement
-
Status:
Resolved
-
Priority:
N/A
-
Resolution: Not an Issue
-
Affects Version/s: 1.5.1
-
Fix Version/s: 1.5.1
-
Component/s: Zend_Http_Response
-
Labels:None
-
Language:English
Description
There is plenty of documentation on how to get a $response object, but none on what to do with it once you have it. isError(), isSuccessful(), isRedirect, getBody(), getRawBody(), etc..., none of these appear in the documentation.
Well, these methods are plainly usefull for testings purposes.
that should help : http://framework.zend.com/wiki/display/~matthew/Zend_Controller+Test+Cases
Documentation should soon be updated I think ^^