summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authortailor <chowells@janrain.com>2008-06-04 22:49:04 +0000
committertailor <chowells@janrain.com>2008-06-04 22:49:04 +0000
commit86f989011e7d99f6e3f2da26c48abec96b1c217e (patch)
tree73e88042ede400206824bc8619d0dbf17b2fe187 /Tests
parentfc3b53fbeb56345f519d48dbc0c2751fafc689c7 (diff)
downloadphp-openid-86f989011e7d99f6e3f2da26c48abec96b1c217e.zip
php-openid-86f989011e7d99f6e3f2da26c48abec96b1c217e.tar.gz
php-openid-86f989011e7d99f6e3f2da26c48abec96b1c217e.tar.bz2
[project @ Test Server.php fix the error message if test_nomode fails]
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Auth/OpenID/Server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/Server.php b/Tests/Auth/OpenID/Server.php
index 9bf315f..e55b56e 100644
--- a/Tests/Auth/OpenID/Server.php
+++ b/Tests/Auth/OpenID/Server.php
@@ -606,7 +606,7 @@ class Tests_Auth_OpenID_Test_Decode extends PHPUnit_TestCase {
$result = $this->decoder->decode($args);
if (!Auth_OpenID_isError($result)) {
- $this->fail(sprintf("Expected Auth_OpenID_Error",
+ $this->fail(sprintf("Expected Auth_OpenID_Error. Got %s",
gettype($result)));
}
}