summaryrefslogtreecommitdiffstats
path: root/Tests/Auth/OpenID/MemStore.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Auth/OpenID/MemStore.php')
-rw-r--r--Tests/Auth/OpenID/MemStore.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/Tests/Auth/OpenID/MemStore.php b/Tests/Auth/OpenID/MemStore.php
index bbb056a..c9141f7 100644
--- a/Tests/Auth/OpenID/MemStore.php
+++ b/Tests/Auth/OpenID/MemStore.php
@@ -9,11 +9,10 @@ class Tests_Auth_OpenID_MemStore extends Auth_OpenID_OpenIDStore {
var $assocs = null;
var $nonces = null;
- function Tests_Auth_OpenID_MemStore($auth_key=null)
+ function Tests_Auth_OpenID_MemStore()
{
$this->assocs = array();
$this->nonces = array();
- $this->auth_key = $auth_key;
}
function getKey($server_url, $handle)
@@ -96,9 +95,4 @@ class Tests_Auth_OpenID_MemStore extends Auth_OpenID_OpenIDStore {
$this->assocs = array();
$this->nonces = array();
}
-
- function getAuthKey()
- {
- return $this->auth_key;
- }
} \ No newline at end of file