summaryrefslogtreecommitdiffstats
path: root/Tests/TestDriver.php
diff options
context:
space:
mode:
authorJosh Hoyt <josh@janrain.com>2006-01-23 22:25:50 +0000
committerJosh Hoyt <josh@janrain.com>2006-01-23 22:25:50 +0000
commit7eaa8521ea9ec49b9ff493aa37c2883dddd4fc36 (patch)
tree4184a098e34e03ebdc6a1bd65e17ed88854540c0 /Tests/TestDriver.php
parent31972ad02a8f62ee1bb2c14713743c382d731aeb (diff)
downloadphp-openid-7eaa8521ea9ec49b9ff493aa37c2883dddd4fc36.zip
php-openid-7eaa8521ea9ec49b9ff493aa37c2883dddd4fc36.tar.gz
php-openid-7eaa8521ea9ec49b9ff493aa37c2883dddd4fc36.tar.bz2
[project @ Move arbitrary-precision integer functions to BigMath module]
Diffstat (limited to 'Tests/TestDriver.php')
-rw-r--r--Tests/TestDriver.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/Tests/TestDriver.php b/Tests/TestDriver.php
index 2b0314b..50e1d29 100644
--- a/Tests/TestDriver.php
+++ b/Tests/TestDriver.php
@@ -64,14 +64,15 @@ function global_require_once($name)
$_test_dir = 'Tests/Auth/OpenID/';
$_test_names = array(
- 'KVForm',
+ 'Association',
+ 'BigMath',
+ 'Consumer',
'CryptUtil',
- 'OIDUtil',
'DiffieHellman',
'HMACSHA1',
- 'Association',
+ 'KVForm',
+ 'OIDUtil',
'Parse',
- 'Consumer',
'StoreTest'
);