瀏覽代碼

Fix for #511

Adds patch to the list of valid method types array.
Eric Lightbody 11 年之前
父節點
當前提交
1a381e5f95
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      library/Zend/Controller/Request/HttpTestCase.php

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

@@ -62,6 +62,7 @@ class Zend_Controller_Request_HttpTestCase extends Zend_Controller_Request_Http
         'GET',
         'HEAD',
         'OPTIONS',
+        'PATCH',
         'POST',
         'PUT',
     );