Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.9.4
-
Fix Version/s: 1.9.5
-
Component/s: Zend_Controller
-
Labels:None
-
Language:English
Description
The @subpackage tag has to be set to "Response" otherwise the class is listed under Zend_Controller -> Request in the API.
/**
- Zend_Controller_Response_HttpTestCase
* - @uses Zend_Controller_Response_Http
- @package Zend_Controller
- @subpackage Request
*/
class Zend_Controller_Response_HttpTestCase extends Zend_Controller_Response_Http
Resolved in trunk and 1.9 release branch; will release with 1.9.5.