aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-06-27 09:30:42 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-06-27 09:30:42 +0200
commitef4057d3820020c40e2a1a31c5a0cae49700e110 (patch)
tree9ca3b11b4545d47315d2c76d30d627ba7255c4db /apps
parent171475b95ac83f0c5cab42b53a8cae2b90bb3571 (diff)
downloadnextcloud-server-ef4057d3820020c40e2a1a31c5a0cae49700e110.tar.gz
nextcloud-server-ef4057d3820020c40e2a1a31c5a0cae49700e110.zip
remove pointless require - we should kill all require_once like that in our tests
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/tests/externalstorage.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/tests/externalstorage.php b/apps/files_sharing/tests/externalstorage.php
index b7797333c10..60c5787f295 100644
--- a/apps/files_sharing/tests/externalstorage.php
+++ b/apps/files_sharing/tests/externalstorage.php
@@ -22,8 +22,6 @@
require_once __DIR__ . '/base.php';
-require_once __DIR__ . '/../../files_external/lib/webdav.php';
-
/**
* Tests for the external Storage class for remote shares.
*/