summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tests/Auth/OpenID/AssociationResponse.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/AssociationResponse.php b/Tests/Auth/OpenID/AssociationResponse.php
index e21ef73..714b27c 100644
--- a/Tests/Auth/OpenID/AssociationResponse.php
+++ b/Tests/Auth/OpenID/AssociationResponse.php
@@ -365,7 +365,6 @@ class TestExtractAssociationDiffieHellman extends Tests_Auth_OpenID_AssociationR
global $Tests_Auth_OpenID_AssociationResponse_other;
$Tests_Auth_OpenID_AssociationResponse_other = array(
- new TestExtractAssociationDiffieHellman(),
new TestInvalidFields(),
new TestOpenID1AssociationResponseSessionType(),
new ExtractAssociationSessionTypeMismatch(),
@@ -373,4 +372,8 @@ $Tests_Auth_OpenID_AssociationResponse_other = array(
new TestExtractAssociationMissingFieldsOpenID2()
);
+if (!defined('Auth_OpenID_NO_MATH_SUPPORT')) {
+ $Tests_Auth_OpenID_AssociationResponse_other[] = new TestExtractAssociationDiffieHellman();
+}
+
?> \ No newline at end of file