ZF-8121: Wrong @subpackage for Zend_Controller_Response_HttpTestCase
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
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-10-22T08:42:53.000+0000
Resolved in trunk and 1.9 release branch; will release with 1.9.5.