summaryrefslogtreecommitdiffstats
path: root/Tests/Auth/OpenID/StoreTest.php
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-02-14 22:55:45 +0000
committertailor <cygnus@janrain.com>2006-02-14 22:55:45 +0000
commitda9b874db9fa110afb8c73bf4ba867e4451ca273 (patch)
tree789e20cf42a3a98f7dde8d6a37eda719b4851ed5 /Tests/Auth/OpenID/StoreTest.php
parenta51e8efee3d6e83e7df10df42c0762a6b8d127b2 (diff)
downloadphp-openid-da9b874db9fa110afb8c73bf4ba867e4451ca273.zip
php-openid-da9b874db9fa110afb8c73bf4ba867e4451ca273.tar.gz
php-openid-da9b874db9fa110afb8c73bf4ba867e4451ca273.tar.bz2
[project @ Moved PostgreSQL store into its own file.]
Diffstat (limited to 'Tests/Auth/OpenID/StoreTest.php')
-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 ed53ff4..0cd2700 100644
--- a/Tests/Auth/OpenID/StoreTest.php
+++ b/Tests/Auth/OpenID/StoreTest.php
@@ -333,7 +333,7 @@ explicitly');
return;
}
- require_once 'Auth/OpenID/SQLStore.php';
+ require_once 'Auth/OpenID/PostgreSQLStore.php';
require_once 'DB.php';
global $_Auth_OpenID_db_test_host;