diff options
Diffstat (limited to 'Tests/TestDriver.php')
-rw-r--r-- | Tests/TestDriver.php | 9 |
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' ); |