summaryrefslogtreecommitdiffstats
path: root/Tests/Auth/Yadis/ParseHTML.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Auth/Yadis/ParseHTML.php')
-rw-r--r--Tests/Auth/Yadis/ParseHTML.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Auth/Yadis/ParseHTML.php b/Tests/Auth/Yadis/ParseHTML.php
index e3977bc..444946d 100644
--- a/Tests/Auth/Yadis/ParseHTML.php
+++ b/Tests/Auth/Yadis/ParseHTML.php
@@ -17,7 +17,7 @@ require_once 'Tests/Auth/Yadis/TestUtil.php';
require_once 'Auth/Yadis/ParseHTML.php';
class Tests_Auth_Yadis_ParseTest extends PHPUnit_Framework_TestCase {
- function Tests_Auth_Yadis_ParseTest($case)
+ function __construct($case)
{
list($result, $comment, $html) = $case;
@@ -72,7 +72,7 @@ class Tests_Auth_Yadis_ParseHTML extends PHPUnit_Framework_TestSuite {
return $tests;
}
- function Tests_Auth_Yadis_ParseHTML()
+ function __construct()
{
$test_data = Tests_Auth_Yadis_readdata('test1-parsehtml.txt');