summaryrefslogtreecommitdiffstats
path: root/tests/lib/archive/zip.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-10-30 17:20:40 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-10-30 17:20:40 +0100
commitf776bcd4a0e58a8803ae4bf922bb278f6a5c5203 (patch)
treede248013ff131094a6ff91399ae71b17966a9cb6 /tests/lib/archive/zip.php
parent90e523ead09436c54993ea527a1eec3faad7a0bd (diff)
downloadnextcloud-server-f776bcd4a0e58a8803ae4bf922bb278f6a5c5203.tar.gz
nextcloud-server-f776bcd4a0e58a8803ae4bf922bb278f6a5c5203.zip
remove unnecessary require calls - the ownCloud class loader is supposed to take care of this
Diffstat (limited to 'tests/lib/archive/zip.php')
-rw-r--r--tests/lib/archive/zip.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/archive/zip.php b/tests/lib/archive/zip.php
index 195e3450f3f..90958baf380 100644
--- a/tests/lib/archive/zip.php
+++ b/tests/lib/archive/zip.php
@@ -6,8 +6,6 @@
* See the COPYING-README file.
*/
-require_once 'archive.php';
-
if (!OC_Util::runningOnWindows()) {
class Test_Archive_ZIP extends Test_Archive {
protected function getExisting() {