From 5f9117b9391f970d3acce3f0e6c0ddc5d1c9b626 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 15 May 2025 08:48:13 +0200 Subject: test: Fix coding standards Signed-off-by: Joas Schilling --- tests/lib/Encryption/EncryptionWrapperTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/lib/Encryption/EncryptionWrapperTest.php') 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 */ -- cgit v1.2.3