diff options
Diffstat (limited to 'tests/Lib/Converter/HtmlTest.php')
| -rw-r--r-- | tests/Lib/Converter/HtmlTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Lib/Converter/HtmlTest.php b/tests/Lib/Converter/HtmlTest.php index b02e39c..7af71d7 100644 --- a/tests/Lib/Converter/HtmlTest.php +++ b/tests/Lib/Converter/HtmlTest.php @@ -2,7 +2,7 @@ require_once __DIR__ . '/../../../lib/converter/base.php'; require_once __DIR__ . '/../../../lib/converter/html.php'; -class Lib_Converter_HtmlTest extends PHPUnit_Framework_TestCase +class Lib_Converter_HtmlTest extends \PHPUnit\Framework\TestCase { public function testConvert() { @@ -28,4 +28,4 @@ class Lib_Converter_HtmlTest extends PHPUnit_Framework_TestCase ); } } -?>
\ No newline at end of file +?> |
