Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-10-30 19:20:40 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2014-10-30 19:20:40 +0300
commitf776bcd4a0e58a8803ae4bf922bb278f6a5c5203 (patch)
treede248013ff131094a6ff91399ae71b17966a9cb6 /apps/files_encryption/tests/hooks.php
parent90e523ead09436c54993ea527a1eec3faad7a0bd (diff)
remove unnecessary require calls - the ownCloud class loader is supposed to take care of this
Diffstat (limited to 'apps/files_encryption/tests/hooks.php')
-rw-r--r--apps/files_encryption/tests/hooks.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/files_encryption/tests/hooks.php b/apps/files_encryption/tests/hooks.php
index c7353deee22..c2434c0f5f6 100644
--- a/apps/files_encryption/tests/hooks.php
+++ b/apps/files_encryption/tests/hooks.php
@@ -20,12 +20,6 @@
*
*/
-require_once __DIR__ . '/../../../lib/base.php';
-require_once __DIR__ . '/../lib/crypt.php';
-require_once __DIR__ . '/../lib/keymanager.php';
-require_once __DIR__ . '/../lib/stream.php';
-require_once __DIR__ . '/../lib/util.php';
-require_once __DIR__ . '/../appinfo/app.php';
require_once __DIR__ . '/util.php';
use OCA\Encryption;