summaryrefslogtreecommitdiffstats
path: root/Tests/TestDriver.php
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-08-10 21:41:07 +0000
committertailor <cygnus@janrain.com>2006-08-10 21:41:07 +0000
commite21e8446061c17caa9fbacc6f1b815c13f15681b (patch)
treebb6373fbe0be6dd1ea00d65aa25d453622619b6f /Tests/TestDriver.php
parentd8e179f4a6e50a95c52ece680cb63809dbf075a7 (diff)
downloadphp-openid-e21e8446061c17caa9fbacc6f1b815c13f15681b.zip
php-openid-e21e8446061c17caa9fbacc6f1b815c13f15681b.tar.gz
php-openid-e21e8446061c17caa9fbacc6f1b815c13f15681b.tar.bz2
[project @ Added impl and tests for URI normalization]
Diffstat (limited to 'Tests/TestDriver.php')
-rw-r--r--Tests/TestDriver.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/TestDriver.php b/Tests/TestDriver.php
index 4827c3e..0fa94d9 100644
--- a/Tests/TestDriver.php
+++ b/Tests/TestDriver.php
@@ -117,7 +117,8 @@ $_test_names = array(
'Server',
'TrustRoot',
'Discover',
- 'OpenID_Yadis'
+ 'OpenID_Yadis',
+ 'URINorm'
);
function selectTests($names)