diff options
author | tailor <cygnus@janrain.com> | 2006-05-09 18:12:39 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-05-09 18:12:39 +0000 |
commit | b7b295a922cc3c7bda5e5fe441b88d60e6952b53 (patch) | |
tree | 70792b89baaa2e72e30b493bf403cf235bc6c57c /Tests/TestDriver.php | |
parent | 9b13464d9d89a2007d7898b063a087700e1c429a (diff) | |
download | php-openid-b7b295a922cc3c7bda5e5fe441b88d60e6952b53.zip php-openid-b7b295a922cc3c7bda5e5fe441b88d60e6952b53.tar.gz php-openid-b7b295a922cc3c7bda5e5fe441b88d60e6952b53.tar.bz2 |
[project @ Added OpenID+Yadis unit tests]
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 1162516..4827c3e 100644 --- a/Tests/TestDriver.php +++ b/Tests/TestDriver.php @@ -116,7 +116,8 @@ $_test_names = array( 'StoreTest', 'Server', 'TrustRoot', - 'Discover' + 'Discover', + 'OpenID_Yadis' ); function selectTests($names) |