diff options
author | tailor <cygnus@janrain.com> | 2007-03-29 19:19:29 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-03-29 19:19:29 +0000 |
commit | 571843ed0fd063b5c1cd39e4f99a6caa5a5ee74e (patch) | |
tree | 6609f0898231b6dd0a6cbbcc059ad8bef073fe6c /Tests/Auth/OpenID/Message.php | |
parent | 59dfbdbad2b5b951208d9aa42a63c1b13f607726 (diff) | |
download | php-openid-571843ed0fd063b5c1cd39e4f99a6caa5a5ee74e.zip php-openid-571843ed0fd063b5c1cd39e4f99a6caa5a5ee74e.tar.gz php-openid-571843ed0fd063b5c1cd39e4f99a6caa5a5ee74e.tar.bz2 |
[project @ Updated message code to use registered namespace aliases]
Diffstat (limited to 'Tests/Auth/OpenID/Message.php')
-rw-r--r-- | Tests/Auth/OpenID/Message.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/Message.php b/Tests/Auth/OpenID/Message.php index d95f17e..cd26c52 100644 --- a/Tests/Auth/OpenID/Message.php +++ b/Tests/Auth/OpenID/Message.php @@ -126,7 +126,7 @@ class Tests_Auth_OpenID_EmptyMessage extends MessageTest { function test_getArgs() { - $this->assertEquals($this->msg->getArgs(Auth_OpenID_OPENID_NS), null); + $this->assertEquals($this->msg->getArgs(Auth_OpenID_OPENID_NS), array()); } function test_getArgsBARE() |