diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-05-19 22:12:35 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-05-19 22:12:35 +0200 |
commit | f9d04f62a81115d85d2b09ac9f7f6e9f611f1f1c (patch) | |
tree | 8fc4acfbaef28eb213ec9fc046ada8304dbe4493 /apps/files_trashbin/tests/storage.php | |
parent | f59576c3ca9ca8e4708002fffe8d4b14135dcd6b (diff) | |
parent | d3d70e5d90731dd75aab778dae7907303215820a (diff) | |
download | nextcloud-server-f9d04f62a81115d85d2b09ac9f7f6e9f611f1f1c.tar.gz nextcloud-server-f9d04f62a81115d85d2b09ac9f7f6e9f611f1f1c.zip |
Merge pull request #16440 from owncloud/scrutinizer-patch-1
Scrutinizer Auto-Fixes
Diffstat (limited to 'apps/files_trashbin/tests/storage.php')
-rw-r--r-- | apps/files_trashbin/tests/storage.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_trashbin/tests/storage.php b/apps/files_trashbin/tests/storage.php index 7415aba09e9..d8ddf74e24a 100644 --- a/apps/files_trashbin/tests/storage.php +++ b/apps/files_trashbin/tests/storage.php @@ -23,9 +23,7 @@ namespace OCA\Files_trashbin\Tests\Storage; -use OC\Files\Storage\Home; use OC\Files\Storage\Temporary; -use OC\Files\Mount\MountPoint; use OC\Files\Filesystem; class Storage extends \Test\TestCase { |