Adds patch to the list of valid method types array.
@@ -62,6 +62,7 @@ class Zend_Controller_Request_HttpTestCase extends Zend_Controller_Request_Http
'GET',
'HEAD',
'OPTIONS',
+ 'PATCH',
'POST',
'PUT',
);