summaryrefslogtreecommitdiffstats
path: root/Tests/Auth/OpenID/AuthRequest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Auth/OpenID/AuthRequest.php')
-rw-r--r--Tests/Auth/OpenID/AuthRequest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/Auth/OpenID/AuthRequest.php b/Tests/Auth/OpenID/AuthRequest.php
index 3f67bbc..14c4f59 100644
--- a/Tests/Auth/OpenID/AuthRequest.php
+++ b/Tests/Auth/OpenID/AuthRequest.php
@@ -114,9 +114,9 @@ class TestAuthRequestMixin extends OpenIDTestMixin {
// namespaces. Really it doesn't care that it has alias "0",
// but that is tested anyway
$post_args = $msg->toPostArgs();
- $this->assertEquals('bag:', $post_args['openid.ns.0']);
- $this->assertEquals('brown', $post_args['openid.0.color']);
- $this->assertEquals('paper', $post_args['openid.0.material']);
+ $this->assertEquals('bag:', $post_args['openid.ns.ext0']);
+ $this->assertEquals('brown', $post_args['openid.ext0.color']);
+ $this->assertEquals('paper', $post_args['openid.ext0.material']);
}
function test_standard()