From 1ec7dff2fe1922a4690dc2537c0c64369ca86ea1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20M=C3=BCller?= Date: Fri, 27 Sep 2013 13:30:09 +0200 Subject: [PATCH] remove unused setUp() --- tests/lib/connector/sabre/file.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/lib/connector/sabre/file.php b/tests/lib/connector/sabre/file.php index ae95ea9ac41..ab34937b0c5 100644 --- a/tests/lib/connector/sabre/file.php +++ b/tests/lib/connector/sabre/file.php @@ -8,9 +8,6 @@ class Test_OC_Connector_Sabre_File extends PHPUnit_Framework_TestCase { - public function setUp() { - } - /** * @expectedException Sabre_DAV_Exception */ -- 2.39.5