summaryrefslogtreecommitdiffstats
path: root/Tests/Auth/OpenID
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-01-11 19:40:05 +0000
committertailor <cygnus@janrain.com>2007-01-11 19:40:05 +0000
commit4144c02585582f8e10c4df584ec90435c65a60cd (patch)
tree34c237e4a82291607737b4966097927a788188b3 /Tests/Auth/OpenID
parentcc7bfa9c2f075c5b4d7c4d9b075ac4c0c0f873ee (diff)
downloadphp-openid-4144c02585582f8e10c4df584ec90435c65a60cd.zip
php-openid-4144c02585582f8e10c4df584ec90435c65a60cd.tar.gz
php-openid-4144c02585582f8e10c4df584ec90435c65a60cd.tar.bz2
[project @ getServerID -> getLocalID]
Diffstat (limited to 'Tests/Auth/OpenID')
-rw-r--r--Tests/Auth/OpenID/Discover.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/Discover.php b/Tests/Auth/OpenID/Discover.php
index b01835c..2afeca5 100644
--- a/Tests/Auth/OpenID/Discover.php
+++ b/Tests/Auth/OpenID/Discover.php
@@ -663,7 +663,7 @@ class Tests_Auth_OpenID_Discover extends _DiscoveryBase {
$endpoint = new Auth_OpenID_ServiceEndpoint();
$endpoint->identity_url = "=example";
$endpoint->canonicalID = Services_Yadis_XRI("=!1000");
- $this->assertEquals($endpoint->getServerID(), Services_Yadis_XRI("=!1000"));
+ $this->assertEquals($endpoint->getLocalID(), Services_Yadis_XRI("=!1000"));
}
}