diff options
author | Josh Hoyt <josh@janrain.com> | 2006-01-28 00:09:22 +0000 |
---|---|---|
committer | Josh Hoyt <josh@janrain.com> | 2006-01-28 00:09:22 +0000 |
commit | cb09e2edac2e181cfda4ef6ed3302b18ec7906b8 (patch) | |
tree | 88d5e117fd3b5c12ea835b7078a161c69a049801 /Tests/Auth | |
parent | b8d7aa79456e1252ec26773d2b92f6be0cfac8b8 (diff) | |
download | php-openid-cb09e2edac2e181cfda4ef6ed3302b18ec7906b8.zip php-openid-cb09e2edac2e181cfda4ef6ed3302b18ec7906b8.tar.gz php-openid-cb09e2edac2e181cfda4ef6ed3302b18ec7906b8.tar.bz2 |
[project @ Added script to check that each file in the library will import]
Diffstat (limited to 'Tests/Auth')
-rw-r--r-- | Tests/Auth/OpenID/Consumer.php | 1 | ||||
-rw-r--r-- | Tests/Auth/OpenID/Parse.php | 1 | ||||
-rw-r--r-- | Tests/Auth/OpenID/StoreTest.php | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/Tests/Auth/OpenID/Consumer.php b/Tests/Auth/OpenID/Consumer.php index 06cc3b6..9134876 100644 --- a/Tests/Auth/OpenID/Consumer.php +++ b/Tests/Auth/OpenID/Consumer.php @@ -19,6 +19,7 @@ require_once 'Auth/OpenID/Store/FileStore.php'; require_once 'Auth/OpenID/OIDUtil.php'; require_once 'Auth/OpenID/KVForm.php'; require_once 'Auth/OpenID/Consumer/Consumer.php'; +require_once 'PHPUnit.php'; class Auth_OpenID_TestConsumer extends Auth_OpenID_Consumer { /** diff --git a/Tests/Auth/OpenID/Parse.php b/Tests/Auth/OpenID/Parse.php index 65e9424..62990c3 100644 --- a/Tests/Auth/OpenID/Parse.php +++ b/Tests/Auth/OpenID/Parse.php @@ -15,6 +15,7 @@ require_once 'Tests/Auth/OpenID/Util.php'; require_once 'Auth/OpenID/Consumer/Parse.php'; +require_once 'PHPUnit.php'; class Tests_Auth_OpenID_Link extends PHPUnit_TestCase { function Tests_Auth_OpenID_Link($case) diff --git a/Tests/Auth/OpenID/StoreTest.php b/Tests/Auth/OpenID/StoreTest.php index aeacedc..32c9d14 100644 --- a/Tests/Auth/OpenID/StoreTest.php +++ b/Tests/Auth/OpenID/StoreTest.php @@ -19,6 +19,7 @@ require_once 'Auth/OpenID/Association.php'; require_once 'Auth/OpenID/CryptUtil.php'; require_once 'Auth/OpenID/OIDUtil.php'; +require_once 'PHPUnit.php'; /** * This is the host where the SQL stores' databases should be created |