diff --git a/tests/lib/util.php b/tests/lib/util.php index 20f2f7bbeab064c32ece97246de6d8fdfc711f4b..4c0ed9203882ba25c44f1a99c5e50332a9a36079 100644 --- a/tests/lib/util.php +++ b/tests/lib/util.php @@ -67,7 +67,7 @@ class Test_Util extends PHPUnit_Framework_TestCase { $goodString = 'This is a good string without HTML.'; $result = OC_Util::sanitizeHTML($goodString); $this->assertEquals('This is a good string without HTML.', $result); -} + } function testEncodePath(){