Explorar el Código

ZF-11394
Testcase has bad doc block that makes auto-complete less efficient
Updated docblock for getRequest and getResponse to specify the test case classes instead of the abstract one.


git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24132 44c647ce-9c0f-0410-b52a-842ac1e357ba

rdohms hace 14 años
padre
commit
88ee6c0fd3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      library/Zend/Test/PHPUnit/ControllerTestCase.php

+ 2 - 2
library/Zend/Test/PHPUnit/ControllerTestCase.php

@@ -1120,7 +1120,7 @@ abstract class Zend_Test_PHPUnit_ControllerTestCase extends PHPUnit_Framework_Te
     /**
      * Retrieve test case request object
      *
-     * @return Zend_Controller_Request_Abstract
+     * @return Zend_Controller_Request_HttpTestCase
      */
     public function getRequest()
     {
@@ -1134,7 +1134,7 @@ abstract class Zend_Test_PHPUnit_ControllerTestCase extends PHPUnit_Framework_Te
     /**
      * Retrieve test case response object
      *
-     * @return Zend_Controller_Response_Abstract
+     * @return Zend_Controller_Response_HttpTestCase
      */
     public function getResponse()
     {