diff options
Diffstat (limited to 'apps/encryption/tests/Crypto')
-rw-r--r-- | apps/encryption/tests/Crypto/CryptTest.php | 1 | ||||
-rw-r--r-- | apps/encryption/tests/Crypto/DecryptAllTest.php | 1 | ||||
-rw-r--r-- | apps/encryption/tests/Crypto/EncryptAllTest.php | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/apps/encryption/tests/Crypto/CryptTest.php b/apps/encryption/tests/Crypto/CryptTest.php index 43704c95d55..d222d94c16c 100644 --- a/apps/encryption/tests/Crypto/CryptTest.php +++ b/apps/encryption/tests/Crypto/CryptTest.php @@ -27,7 +27,6 @@ namespace OCA\Encryption\Tests\Crypto; - use OCA\Encryption\Crypto\Crypt; use OCP\IConfig; use OCP\IL10N; diff --git a/apps/encryption/tests/Crypto/DecryptAllTest.php b/apps/encryption/tests/Crypto/DecryptAllTest.php index f84892a7c91..be980149145 100644 --- a/apps/encryption/tests/Crypto/DecryptAllTest.php +++ b/apps/encryption/tests/Crypto/DecryptAllTest.php @@ -25,7 +25,6 @@ namespace OCA\Encryption\Tests\Crypto; - use OCA\Encryption\Crypto\Crypt; use OCA\Encryption\Crypto\DecryptAll; use OCA\Encryption\KeyManager; diff --git a/apps/encryption/tests/Crypto/EncryptAllTest.php b/apps/encryption/tests/Crypto/EncryptAllTest.php index 1a409e6508e..7f67f701b50 100644 --- a/apps/encryption/tests/Crypto/EncryptAllTest.php +++ b/apps/encryption/tests/Crypto/EncryptAllTest.php @@ -27,7 +27,6 @@ namespace OCA\Encryption\Tests\Crypto; - use OC\Files\View; use OCA\Encryption\Crypto\EncryptAll; use OCA\Encryption\KeyManager; |