You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/06/13 08:44:03 UTC

svn commit: r954173 - /shindig/trunk/php/test/gadgets/SigningFetcherTest.php

Author: lindner
Date: Sun Jun 13 06:44:02 2010
New Revision: 954173

URL: http://svn.apache.org/viewvc?rev=954173&view=rev
Log:
Fix php unit tests

Modified:
    shindig/trunk/php/test/gadgets/SigningFetcherTest.php

Modified: shindig/trunk/php/test/gadgets/SigningFetcherTest.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/test/gadgets/SigningFetcherTest.php?rev=954173&r1=954172&r2=954173&view=diff
==============================================================================
--- shindig/trunk/php/test/gadgets/SigningFetcherTest.php (original)
+++ shindig/trunk/php/test/gadgets/SigningFetcherTest.php Sun Jun 13 06:44:02 2010
@@ -42,6 +42,9 @@ nbpJMipy62GBW7yBbG+ypSasgI0=
 -----END CERTIFICATE-----
 EOD;
   }
+  protected function fetch_private_cert(&$request) {
+    ;
+  }
 }
 
 /**