diff options
author | tailor <cygnus@janrain.com> | 2008-02-04 19:57:53 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2008-02-04 19:57:53 +0000 |
commit | ab96750d88731ff72ea7c8fb9230478f1d4dc2b4 (patch) | |
tree | 72632b9c90393985afdff8fd8df501173996d7af /Tests/Auth/OpenID | |
parent | 7113b8d1644410284fd850cc0baae5a63b1ddcce (diff) | |
download | php-openid-ab96750d88731ff72ea7c8fb9230478f1d4dc2b4.zip php-openid-ab96750d88731ff72ea7c8fb9230478f1d4dc2b4.tar.gz php-openid-ab96750d88731ff72ea7c8fb9230478f1d4dc2b4.tar.bz2 |
[project @ Whitespace]
Diffstat (limited to 'Tests/Auth/OpenID')
-rw-r--r-- | Tests/Auth/OpenID/StoreTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/StoreTest.php b/Tests/Auth/OpenID/StoreTest.php index 09b24bc..0bd4915 100644 --- a/Tests/Auth/OpenID/StoreTest.php +++ b/Tests/Auth/OpenID/StoreTest.php @@ -459,7 +459,7 @@ explicitly'); $this->_testStore($store); $this->_testNonce($store); $this->_testNonceCleanup($store); - + $memcached->close(); } |