diff options
author | Oleksandr Zahorulia <Hast4656@gmail.com> | 2016-09-30 22:50:50 +0300 |
---|---|---|
committer | Marco Ceppi <marco@ceppi.net> | 2016-09-30 21:50:50 +0200 |
commit | d8ef0dba1fa378fc22fe6d423f9423febb2d996d (patch) | |
tree | 125e225306ac315f85f6f950e6e1ac1e72f804d8 /Tests/Auth/Yadis/ParseHTML.php | |
parent | 924f9aa42453cd0f9dba72587b4e2cdf7f4de874 (diff) | |
download | php-openid-origin/HEAD.zip php-openid-origin/HEAD.tar.gz php-openid-origin/HEAD.tar.bz2 |
#130: PHP 7 compatibility (fixes #129)HEADorigin/masterorigin/HEADmaster
Diffstat (limited to 'Tests/Auth/Yadis/ParseHTML.php')
-rw-r--r-- | Tests/Auth/Yadis/ParseHTML.php | 4 |
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'); |