diff options
Diffstat (limited to 'Tests/Auth/OpenID/AssociationResponse.php')
-rw-r--r-- | Tests/Auth/OpenID/AssociationResponse.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/AssociationResponse.php b/Tests/Auth/OpenID/AssociationResponse.php index 6902f95..9b78dca 100644 --- a/Tests/Auth/OpenID/AssociationResponse.php +++ b/Tests/Auth/OpenID/AssociationResponse.php @@ -118,7 +118,7 @@ class TestExtractAssociationMissingFieldsOpenID1 extends Tests_Auth_OpenID_Assoc } class DummyAssocationSession { - function DummyAssocationSession($session_type, $allowed_assoc_types=array()) + function __construct($session_type, $allowed_assoc_types=array()) { $this->session_type = $session_type; $this->allowed_assoc_types = $allowed_assoc_types; |