diff options
author | tailor <cygnus@janrain.com> | 2007-01-11 18:52:19 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-01-11 18:52:19 +0000 |
commit | ac96850e2e5e204b369e3294914fe2da25b64ef1 (patch) | |
tree | 4dfc60cf1788c63c192906f9b9af237fe838242b /Tests/Auth/OpenID | |
parent | 07980a8eeb6ebf0589cead7ce17a86d426eadf97 (diff) | |
download | php-openid-ac96850e2e5e204b369e3294914fe2da25b64ef1.zip php-openid-ac96850e2e5e204b369e3294914fe2da25b64ef1.tar.gz php-openid-ac96850e2e5e204b369e3294914fe2da25b64ef1.tar.bz2 |
[project @ Clean up constants for service types and XML NS]
Diffstat (limited to 'Tests/Auth/OpenID')
-rw-r--r-- | Tests/Auth/OpenID/OpenID_Yadis.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/Auth/OpenID/OpenID_Yadis.php b/Tests/Auth/OpenID/OpenID_Yadis.php index 605bb36..39c96b8 100644 --- a/Tests/Auth/OpenID/OpenID_Yadis.php +++ b/Tests/Auth/OpenID/OpenID_Yadis.php @@ -39,9 +39,9 @@ $__ext_types = array( // All valid combinations of Type tags that should produce an OpenID // endpoint $__openid_types = array( - _OPENID_1_0_TYPE, - _OPENID_1_1_TYPE, - _OPENID_1_2_TYPE); + Auth_OpenID_TYPE_1_0, + Auth_OpenID_TYPE_1_1, + Auth_OpenID_TYPE_1_2); $temp = array(); foreach (__subsets($__ext_types) as $exts) { |