[Pkg-owncloud-commits] [owncloud] 82/273: remove pointless require - we should kill all require_once like that in our tests

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit ef4057d3820020c40e2a1a31c5a0cae49700e110
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Fri Jun 27 09:30:42 2014 +0200

    remove pointless require - we should kill all require_once like that in our tests
---
 apps/files_sharing/tests/externalstorage.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/apps/files_sharing/tests/externalstorage.php b/apps/files_sharing/tests/externalstorage.php
index b779733..60c5787 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.
  */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list