diff options
author | tailor <cygnus@janrain.com> | 2007-01-12 00:35:04 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-01-12 00:35:04 +0000 |
commit | f7fee4d06b315974b341e8cde6c14bd3ae61d06e (patch) | |
tree | 6e557bded3b0516d3ba756bcccdb40245638510b | |
parent | b05d16f479dbf75d958ffc3c057dfb09843531a8 (diff) | |
download | php-openid-f7fee4d06b315974b341e8cde6c14bd3ae61d06e.zip php-openid-f7fee4d06b315974b341e8cde6c14bd3ae61d06e.tar.gz php-openid-f7fee4d06b315974b341e8cde6c14bd3ae61d06e.tar.bz2 |
[project @ Remove print_r]
-rw-r--r-- | Tests/Auth/OpenID/OpenID_Yadis.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/Auth/OpenID/OpenID_Yadis.php b/Tests/Auth/OpenID/OpenID_Yadis.php index a49b3ba..092d043 100644 --- a/Tests/Auth/OpenID/OpenID_Yadis.php +++ b/Tests/Auth/OpenID/OpenID_Yadis.php @@ -184,12 +184,6 @@ class Tests_Auth_OpenID_Tester extends PHPUnit_TestCase { // All endpoints will have same yadis_url $this->assertEquals($this->yadis_url, $endpoint->claimed_id); - - if ($this->local_id != $endpoint->local_id) { - print "Expected: ".$this->local_id."\n"; - print_r($endpoint); - } - // and delegate $this->assertEquals($this->local_id, $endpoint->local_id); |