Remove uneeded newline
This commit is contained in:
parent
589c74e176
commit
9d3b639ce6
|
@ -69,7 +69,6 @@ class Test_Util extends PHPUnit_Framework_TestCase {
|
|||
$this->assertEquals('This is a good string without HTML.', $result);
|
||||
}
|
||||
|
||||
|
||||
function testEncodePath(){
|
||||
$component = '/§#@test%&^ä/-child';
|
||||
$result = OC_Util::encodePath($component);
|
||||
|
|
Loading…
Reference in New Issue