diff options
author | Joas Schilling <coding@schilljs.com> | 2025-05-15 08:48:13 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2025-05-15 08:48:13 +0200 |
commit | 5f9117b9391f970d3acce3f0e6c0ddc5d1c9b626 (patch) | |
tree | 1295a1f573095d6011c456f23a98a471eba3543b /tests/lib/Encryption | |
parent | 57a49a50aa769450436f4ba617423848a9beaa0e (diff) | |
download | nextcloud-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')
-rw-r--r-- | tests/lib/Encryption/EncryptionWrapperTest.php | 4 |
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 */ |