aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-05-19 22:12:35 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-05-19 22:12:35 +0200
commitf9d04f62a81115d85d2b09ac9f7f6e9f611f1f1c (patch)
tree8fc4acfbaef28eb213ec9fc046ada8304dbe4493 /tests/lib
parentf59576c3ca9ca8e4708002fffe8d4b14135dcd6b (diff)
parentd3d70e5d90731dd75aab778dae7907303215820a (diff)
downloadnextcloud-server-f9d04f62a81115d85d2b09ac9f7f6e9f611f1f1c.tar.gz
nextcloud-server-f9d04f62a81115d85d2b09ac9f7f6e9f611f1f1c.zip
Merge pull request #16440 from owncloud/scrutinizer-patch-1
Scrutinizer Auto-Fixes
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/files/node/integration.php1
-rw-r--r--tests/lib/files/stream/encryption.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/files/node/integration.php b/tests/lib/files/node/integration.php
index 545793be54a..2d5ccd1fb85 100644
--- a/tests/lib/files/node/integration.php
+++ b/tests/lib/files/node/integration.php
@@ -8,7 +8,6 @@
namespace Test\Files\Node;
-use OC\Files\Cache\Cache;
use OC\Files\Node\Root;
use OC\Files\Storage\Temporary;
use OC\Files\View;
diff --git a/tests/lib/files/stream/encryption.php b/tests/lib/files/stream/encryption.php
index c2388c7682a..040be7256a6 100644
--- a/tests/lib/files/stream/encryption.php
+++ b/tests/lib/files/stream/encryption.php
@@ -3,7 +3,6 @@
namespace Test\Files\Stream;
use OC\Files\View;
-use OCA\Encryption_Dummy\DummyModule;
class Encryption extends \Test\TestCase {