aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Encryption/EncryptionWrapperTest.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2025-05-15 08:48:13 +0200
committerJoas Schilling <coding@schilljs.com>2025-05-15 08:48:13 +0200
commit5f9117b9391f970d3acce3f0e6c0ddc5d1c9b626 (patch)
tree1295a1f573095d6011c456f23a98a471eba3543b /tests/lib/Encryption/EncryptionWrapperTest.php
parent57a49a50aa769450436f4ba617423848a9beaa0e (diff)
downloadnextcloud-server-ci/noid/update-phpunit10.tar.gz
nextcloud-server-ci/noid/update-phpunit10.zip
test: Fix coding standardsci/noid/update-phpunit10
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/lib/Encryption/EncryptionWrapperTest.php')
-rw-r--r--tests/lib/Encryption/EncryptionWrapperTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/Encryption/EncryptionWrapperTest.php b/tests/lib/Encryption/EncryptionWrapperTest.php
index e661b0481f9..342a7214e44 100644
--- a/tests/lib/Encryption/EncryptionWrapperTest.php
+++ b/tests/lib/Encryption/EncryptionWrapperTest.php
@@ -9,14 +9,14 @@ namespace Test\Encryption;
use OC\Encryption\EncryptionWrapper;
use OC\Encryption\Manager;
+use OC\Files\Storage\Wrapper\Encryption;
use OC\Memcache\ArrayCache;
+use OCA\Files_Trashbin\Storage;
use OCP\Files\Mount\IMountPoint;
use OCP\Files\Storage\IDisableEncryptionStorage;
use OCP\Files\Storage\IStorage;
use Psr\Log\LoggerInterface;
use Test\TestCase;
-use OCA\Files_Trashbin\Storage;
-use OC\Files\Storage\Wrapper\Encryption;
class EncryptionWrapperTest extends TestCase {
/** @var EncryptionWrapper */