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) {
+ ;
+ }
}
/**