diff options
Diffstat (limited to 'Tests/Auth/OpenID/Negotiation.php')
-rw-r--r-- | Tests/Auth/OpenID/Negotiation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/Negotiation.php b/Tests/Auth/OpenID/Negotiation.php index c982f3f..a7f4303 100644 --- a/Tests/Auth/OpenID/Negotiation.php +++ b/Tests/Auth/OpenID/Negotiation.php @@ -42,7 +42,7 @@ class TestOpenID2SessionNegotiation extends PHPUnit_TestCase { $dumb = null; $this->consumer = new ErrorRaisingConsumer($dumb); $this->endpoint = new Auth_OpenID_ServiceEndpoint(); - $this->endpoint->type_uris = array(Auth_OpenID_OPENID2_NS); + $this->endpoint->type_uris = array(Auth_OpenID_TYPE_2_0); $this->endpoint->server_url = 'bogus'; } |