aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-12-05 16:07:53 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-12-05 16:08:40 +0100
commitee06261b82660b8dfebd7c63941c4ef29a7002e7 (patch)
tree4cd38154f0b3b3dbc9f709c3f129019218359559 /tests
parent30560d316584276a08c909f5198a839c1c170cc9 (diff)
downloadnextcloud-server-ee06261b82660b8dfebd7c63941c4ef29a7002e7.tar.gz
nextcloud-server-ee06261b82660b8dfebd7c63941c4ef29a7002e7.zip
Fix codestyle in modified files
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Encryption/UtilTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/lib/Encryption/UtilTest.php b/tests/lib/Encryption/UtilTest.php
index 26e4b85fbb3..c2bc4ac55bd 100644
--- a/tests/lib/Encryption/UtilTest.php
+++ b/tests/lib/Encryption/UtilTest.php
@@ -3,9 +3,7 @@
namespace Test\Encryption;
use OC\Encryption\Util;
-use OC\Files\Filesystem;
use OC\Files\View;
-use OC\User\Manager;
use OCA\Files_External\Lib\StorageConfig;
use OCA\Files_External\Service\GlobalStoragesService;
use OCP\Encryption\IEncryptionModule;
@@ -15,7 +13,6 @@ use OCP\IUserManager;
use Test\TestCase;
class UtilTest extends TestCase {
-
/**
* block size will always be 8192 for a PHP stream
* @see https://bugs.php.net/bug.php?id=21641