diff options
author | tailor <cygnus@janrain.com> | 2006-01-03 00:11:07 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-01-03 00:11:07 +0000 |
commit | f197e76ec73c78f281ca5d08267b6371e789d615 (patch) | |
tree | 64b9ad39676741e35baf70826e733899d40c76a3 /Tests/TestDriver.php | |
parent | 11b0e0b16b8fcaf89e0d1610c0a0bd4fb7b7ac5b (diff) | |
download | php-openid-f197e76ec73c78f281ca5d08267b6371e789d615.zip php-openid-f197e76ec73c78f281ca5d08267b6371e789d615.tar.gz php-openid-f197e76ec73c78f281ca5d08267b6371e789d615.tar.bz2 |
[project @ Added association test]
Diffstat (limited to 'Tests/TestDriver.php')
-rw-r--r-- | Tests/TestDriver.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/TestDriver.php b/Tests/TestDriver.php index cc78e5a..067863b 100644 --- a/Tests/TestDriver.php +++ b/Tests/TestDriver.php @@ -43,6 +43,7 @@ $_test_names = array( 'OIDUtil', 'DiffieHellman', 'HMACSHA1', + 'Association' ); // Load OpenID library tests |