diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-27 13:30:09 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-27 13:30:09 +0200 |
commit | 1ec7dff2fe1922a4690dc2537c0c64369ca86ea1 (patch) | |
tree | 58d9b37aab53a2063e2db815ecdd32b222cbcb5e /tests | |
parent | a86c10984a90ba51b8748cb789a93908118c5808 (diff) | |
download | nextcloud-server-1ec7dff2fe1922a4690dc2537c0c64369ca86ea1.tar.gz nextcloud-server-1ec7dff2fe1922a4690dc2537c0c64369ca86ea1.zip |
remove unused setUp()
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/connector/sabre/file.php | 3 |
1 files changed, 0 insertions, 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 */ |