From 9d3b639ce68b1b60845b7bf605f16292fd0a6019 Mon Sep 17 00:00:00 2001 From: Lukas Reschke <lukas@statuscode.ch> Date: Tue, 22 Apr 2014 20:11:34 +0200 Subject: [PATCH] Remove uneeded newline --- tests/lib/util.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/lib/util.php b/tests/lib/util.php index 4c0ed92038..c4780cc5f4 100644 --- a/tests/lib/util.php +++ b/tests/lib/util.php @@ -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); -- GitLab