[cvs] [Wiki] changed: ChucksHorde4Thoughts

Chuck Hagenbuch chuck at horde.org
Fri Aug 22 22:10:02 UTC 2008


chuck  Fri, 22 Aug 2008 18:10:01 -0400

Modified page: http://wiki.horde.org/ChucksHorde4Thoughts
New Revision:  1.7
Change log:  more on db testing

@@ -20,8 +20,9 @@
  ++ Testing

  * http://www.phpunit.de/pocket_guide/3.2/en/database.html
  *  
http://sebastian-bergmann.de/archives/702-Data-Providers-in-PHPUnit-3.2.html
+*  
http://www.xaprb.com/blog/2008/08/19/how-to-unit-test-code-that-interacts-with-a-database/


  ++ Jabber/XMPP support

@@ -789,8 +790,9 @@
  $salt="... a random salt defined in a per-site configuration file ...";
  function private_hash($token) {
     global $salt;
     return sha1("$salt:$token");
+
  }
  $private_hash=sha1("$salt:$token");
  $signed_token="$private_hash:$token";




More information about the cvs mailing list