Skip to content
Snippets Groups Projects
Commit 589c74e1 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Fix indentation

parent f0718063
No related branches found
No related tags found
No related merge requests found
......@@ -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(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment