소스 검색

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',
     );