diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-12-07 15:43:36 +0000 |
---|---|---|
committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-12-07 15:43:36 +0000 |
commit | 453e1bf66e7edb6e2b3d25a093bf2c7662f209a7 (patch) | |
tree | b77d4215517ff7d9b82ebbeba02da19512a1c892 /tests/core | |
parent | e4c5bf790d670eceac01f2e8c7750182b17123f3 (diff) | |
download | nextcloud-server-453e1bf66e7edb6e2b3d25a093bf2c7662f209a7.tar.gz nextcloud-server-453e1bf66e7edb6e2b3d25a093bf2c7662f209a7.zip |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'tests/core')
-rw-r--r-- | tests/core/avatar/avatarcontrollertest.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/core/avatar/avatarcontrollertest.php b/tests/core/avatar/avatarcontrollertest.php index efe41763ff7..a113add72b9 100644 --- a/tests/core/avatar/avatarcontrollertest.php +++ b/tests/core/avatar/avatarcontrollertest.php @@ -23,14 +23,11 @@ namespace OC\Core\Avatar; use OC; use OC\Core\Application; use OCP\AppFramework\IAppContainer; -use OC\Files\Filesystem; use OCP\AppFramework\Http; -use OCP\Image; use OCP\Files\Folder; use OCP\Files\File; use OCP\IUser; use OCP\IAvatar; - use Test\Traits\UserTrait; /** |