Details
-
Type:
Unit Tests: Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.0RC2
-
Fix Version/s: 1.6.0
-
Component/s: Zend_Wildfire
-
Labels:None
Description
The tests fail when output buffering is disabled.
This is due to Zend_Controller_Response_Abstract::canSendHeaders() returning false as output has already been sent.
Updating for the 1.6.0 release.