summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Net/OpenID/DiffieHellman.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Net/OpenID/DiffieHellman.php b/Tests/Net/OpenID/DiffieHellman.php
index 561aafe..2819b98 100644
--- a/Tests/Net/OpenID/DiffieHellman.php
+++ b/Tests/Net/OpenID/DiffieHellman.php
@@ -144,7 +144,7 @@ class Tests_Net_OpenID_DiffieHellman extends PHPUnit_TestSuite {
$lib = Net_OpenID_MathLibrary::getLibWrapper();
if ($lib->type != 'dumb') {
- if (defined('Tests_Net_OpenID_DH_thorough')) {
+ if (defined('Tests_Net_OpenID_thorough')) {
$npriv = count($priv_cases);
$nexch = count($exch_cases);
} else {