diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-04-22 20:11:34 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2014-04-22 20:11:34 +0200 |
commit | 9d3b639ce68b1b60845b7bf605f16292fd0a6019 (patch) | |
tree | 89274abf3a1a15832ecd17bd229c53516a6fabf9 /tests/lib | |
parent | 589c74e1761f7450d7aabb0f5cf8391f89c3847d (diff) | |
download | nextcloud-server-9d3b639ce68b1b60845b7bf605f16292fd0a6019.tar.gz nextcloud-server-9d3b639ce68b1b60845b7bf605f16292fd0a6019.zip |
Remove uneeded newline
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/util.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/util.php b/tests/lib/util.php index 4c0ed920388..c4780cc5f48 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); |