diff options
author | tailor <cygnus@janrain.com> | 2006-08-10 21:41:07 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-08-10 21:41:07 +0000 |
commit | e21e8446061c17caa9fbacc6f1b815c13f15681b (patch) | |
tree | bb6373fbe0be6dd1ea00d65aa25d453622619b6f /Tests/TestDriver.php | |
parent | d8e179f4a6e50a95c52ece680cb63809dbf075a7 (diff) | |
download | php-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.php | 3 |
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) |