Преглед на файлове

ZF-6162 - Set default method of Zend_Controller_Request_HttpTestCase to GET.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18226 44c647ce-9c0f-0410-b52a-842ac1e357ba
beberlei преди 16 години
родител
ревизия
1bef23a421
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      library/Zend/Controller/Request/HttpTestCase.php

+ 1 - 1
library/Zend/Controller/Request/HttpTestCase.php

@@ -45,7 +45,7 @@ class Zend_Controller_Request_HttpTestCase extends Zend_Controller_Request_Http
      * Request method
      * Request method
      * @var string
      * @var string
      */
      */
-    protected $_method;
+    protected $_method = 'GET';
 
 
     /**
     /**
      * Raw POST body
      * Raw POST body