summaryrefslogtreecommitdiffstats
path: root/tests/lib/util.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/util.php')
-rw-r--r--tests/lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/util.php b/tests/lib/util.php
index 20f2f7bbeab..4c0ed920388 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(){