diff options
author | tailor <cygnus@janrain.com> | 2007-03-07 17:30:06 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-03-07 17:30:06 +0000 |
commit | 8e421ce7d9051927fa29b040a23528659833bbe0 (patch) | |
tree | 792ac03b82d0d805f4c8e447a7236645e6bf2df1 /Tests/TestDriver.php | |
parent | 9807f88ec4e58e4fa6a34614f50a3b4b6f554b55 (diff) | |
download | php-openid-8e421ce7d9051927fa29b040a23528659833bbe0.zip php-openid-8e421ce7d9051927fa29b040a23528659833bbe0.tar.gz php-openid-8e421ce7d9051927fa29b040a23528659833bbe0.tar.bz2 |
[project @ Add association response tests]
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 7d5efb4..cd413aa 100644 --- a/Tests/TestDriver.php +++ b/Tests/TestDriver.php @@ -115,6 +115,7 @@ $_tests = array( 'dir' => 'Tests/Auth/OpenID/', 'files' => array( 'Association', + 'AssociationResponse', 'AuthRequest', 'BigMath', 'Consumer', |