Bläddra i källkod

Fix for #511

Adds patch to the list of valid method types array.
Eric Lightbody 11 år sedan
förälder
incheckning
1a381e5f95
1 ändrade filer med 1 tillägg och 0 borttagningar
  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',
     );