summaryrefslogtreecommitdiffstats
path: root/Tests/Auth/OpenID/AssociationResponse.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Auth/OpenID/AssociationResponse.php')
-rw-r--r--Tests/Auth/OpenID/AssociationResponse.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/Auth/OpenID/AssociationResponse.php b/Tests/Auth/OpenID/AssociationResponse.php
index da80d15..bb37350 100644
--- a/Tests/Auth/OpenID/AssociationResponse.php
+++ b/Tests/Auth/OpenID/AssociationResponse.php
@@ -1,6 +1,5 @@
<?php
-require_once "PHPUnit.php";
require_once "Tests/Auth/OpenID/TestUtil.php";
require_once "Tests/Auth/OpenID/MemStore.php";
@@ -39,7 +38,7 @@ function mkAssocResponse($keys)
return Auth_OpenID_Message::fromOpenIDArgs($args);
}
-class Tests_Auth_OpenID_AssociationResponse extends PHPUnit_TestCase {
+class Tests_Auth_OpenID_AssociationResponse extends PHPUnit_Framework_TestCase {
function setUp()
{
$this->store = new Tests_Auth_OpenID_MemStore();