summaryrefslogtreecommitdiffstats
path: root/Tests/Auth/OpenID/OpenID_Yadis.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Auth/OpenID/OpenID_Yadis.php')
-rw-r--r--Tests/Auth/OpenID/OpenID_Yadis.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/Tests/Auth/OpenID/OpenID_Yadis.php b/Tests/Auth/OpenID/OpenID_Yadis.php
index 02981c0..b16e3b8 100644
--- a/Tests/Auth/OpenID/OpenID_Yadis.php
+++ b/Tests/Auth/OpenID/OpenID_Yadis.php
@@ -5,7 +5,6 @@
* protocol.
*/
-require_once "PHPUnit.php";
require_once "Auth/Yadis/XRDS.php";
require_once "Auth/OpenID/Discover.php";
@@ -141,13 +140,13 @@ function __subsets($list)
return $subsets_list;
}
-class Tests_Auth_OpenID_Tester extends PHPUnit_TestCase {
+class Tests_Auth_OpenID_Tester extends PHPUnit_Framework_TestCase {
function Tests_Auth_OpenID_Tester($uris, $type_uris, $delegate)
{
+ parent::__construct();
$this->uris = $uris;
$this->type_uris = $type_uris;
$this->local_id = $delegate;
- parent::PHPUnit_TestCase();
}
function setUp()
@@ -211,7 +210,7 @@ class Tests_Auth_OpenID_Tester extends PHPUnit_TestCase {
}
}
-class Tests_Auth_OpenID_OpenID_Yadis extends PHPUnit_TestSuite {
+class Tests_Auth_OpenID_OpenID_Yadis extends PHPUnit_Framework_TestSuite {
function Tests_Auth_OpenID_OpenID_Yadis()
{
global $__data;