Jelajahi Sumber

Merge pull request #512 from elightbo/PATCH-support

Fix for #511 - Add PATCH to the list of allowed methods in Zend_Controller_Request_HttpTestCase
Frank Brückner 11 tahun lalu
induk
melakukan
7470c92e76
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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',
     );