summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2008-02-04 19:58:21 +0000
committertailor <cygnus@janrain.com>2008-02-04 19:58:21 +0000
commit9d91a5ac05b028897c764f5a87706a6b89a97ede (patch)
treed022e0cf4a501d8461416206391b5e25442fcc6b /Tests
parentab96750d88731ff72ea7c8fb9230478f1d4dc2b4 (diff)
downloadphp-openid-9d91a5ac05b028897c764f5a87706a6b89a97ede.zip
php-openid-9d91a5ac05b028897c764f5a87706a6b89a97ede.tar.gz
php-openid-9d91a5ac05b028897c764f5a87706a6b89a97ede.tar.bz2
[project @ Change output when skipping memcached tests: warnings upset buildbot]
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Auth/OpenID/StoreTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/StoreTest.php b/Tests/Auth/OpenID/StoreTest.php
index 0bd4915..5a0bb07 100644
--- a/Tests/Auth/OpenID/StoreTest.php
+++ b/Tests/Auth/OpenID/StoreTest.php
@@ -438,7 +438,7 @@ explicitly');
if (!(extension_loaded('memcache') ||
@dl('memcache.so') ||
@dl('php_memcache.dll'))) {
- print "Warning: not testing Memcache store";
+ print "(skipping memcache store tests)";
$this->pass();
return;
}