diff options
author | Josh Hoyt <josh@janrain.com> | 2006-02-10 22:32:06 +0000 |
---|---|---|
committer | Josh Hoyt <josh@janrain.com> | 2006-02-10 22:32:06 +0000 |
commit | 7b027571294dd9787b8afc57b19e35b27b85a61c (patch) | |
tree | 02a8f8889c313ab435b2bbfd81b288ca758a6858 /Tests/Auth/OpenID | |
parent | 6f7f603b7ac9a96dabd5c01ccdd0c610389dae5c (diff) | |
download | php-openid-7b027571294dd9787b8afc57b19e35b27b85a61c.zip php-openid-7b027571294dd9787b8afc57b19e35b27b85a61c.tar.gz php-openid-7b027571294dd9787b8afc57b19e35b27b85a61c.tar.bz2 |
[project @ Move Consumer.php out of its subdirectory]
Diffstat (limited to 'Tests/Auth/OpenID')
-rw-r--r-- | Tests/Auth/OpenID/Consumer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/Consumer.php b/Tests/Auth/OpenID/Consumer.php index a12e845..4ab9c7e 100644 --- a/Tests/Auth/OpenID/Consumer.php +++ b/Tests/Auth/OpenID/Consumer.php @@ -18,7 +18,7 @@ require_once 'Auth/OpenID/DiffieHellman.php'; require_once 'Auth/OpenID/Store/FileStore.php'; require_once 'Auth/OpenID/Util.php'; require_once 'Auth/OpenID/KVForm.php'; -require_once 'Auth/OpenID/Consumer/Consumer.php'; +require_once 'Auth/OpenID/Consumer.php'; require_once 'PHPUnit.php'; class Auth_OpenID_TestConsumer extends Auth_OpenID_Consumer { |