X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/8ee6bfe97633d31c6b89cebbc434837eca04d6dd..729cf0b66d9ccaf381a2150f75fb57c1c98c3b4c:/tests/Lib/Converter/HtmlTest.php diff --git a/tests/Lib/Converter/HtmlTest.php b/tests/Lib/Converter/HtmlTest.php index 0a66ee4..b02e39c 100644 --- a/tests/Lib/Converter/HtmlTest.php +++ b/tests/Lib/Converter/HtmlTest.php @@ -1,4 +1,5 @@ convert($input); $this->assertEquals( file_get_contents(__DIR__ . '/../../data/formattest.html'), @@ -19,7 +20,7 @@ class Lib_Converter_HtmlTest extends PHPUnit_Framework_TestCase { $input = file_get_contents(__DIR__ . '/../../data/xss.tomboynotecontent'); - $converter = new OCA\Grauphel\Lib\Converter\Html(); + $converter = new OCA\Grauphel\Converter\Html(); $output = $converter->convert($input); $this->assertEquals( file_get_contents(__DIR__ . '/../../data/xss.html'),