diff options
author | tailor <cygnus@janrain.com> | 2007-02-13 19:34:19 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-02-13 19:34:19 +0000 |
commit | 789e9db7ff45a1942ddcef9931f0b3961f3d3a7d (patch) | |
tree | 915ccdbe4efdfd1f8527be4d0a215581a9181d89 /admin | |
parent | 7eee528d291f8daaba3ec57b843de85027918209 (diff) | |
download | php-openid-789e9db7ff45a1942ddcef9931f0b3961f3d3a7d.zip php-openid-789e9db7ff45a1942ddcef9931f0b3961f3d3a7d.tar.gz php-openid-789e9db7ff45a1942ddcef9931f0b3961f3d3a7d.tar.bz2 |
[project @ Fix tests (include HMACSHA1/256 and fix reference usage)]
Diffstat (limited to 'admin')
-rw-r--r-- | admin/texttest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/texttest.php b/admin/texttest.php index cbfe0af..5564aae 100644 --- a/admin/texttest.php +++ b/admin/texttest.php @@ -1,5 +1,8 @@ <?php +define('Auth_OpenID_SHA256_SUPPORTED', false); +define('Auth_OpenID_HMACSHA256_SUPPORTED', false); + require_once 'Tests/TestDriver.php'; require_once 'PHPUnit/TestResult.php'; require_once 'Console/Getopt.php'; |