Преглед изворни кода

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 година
родитељ
комит
7470c92e76
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',
     );