mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
update encryption wrapper tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
d5e0292ba2
commit
7cdc04a793
1 changed files with 1 additions and 7 deletions
|
|
@ -92,13 +92,7 @@ class EncryptionWrapperTest extends TestCase {
|
|||
[true, ['OCA\Files_Trashbin\Storage']],
|
||||
|
||||
// Do not wrap shared storages
|
||||
[false, ['OCA\Files_Sharing\SharedStorage']],
|
||||
[false, ['OCA\Files_Sharing\External\Storage']],
|
||||
[false, ['OC\Files\Storage\OwnCloud']],
|
||||
[false, ['OCA\Files_Sharing\SharedStorage', 'OCA\Files_Sharing\External\Storage']],
|
||||
[false, ['OCA\Files_Sharing\SharedStorage', 'OC\Files\Storage\OwnCloud']],
|
||||
[false, ['OCA\Files_Sharing\External\Storage', 'OC\Files\Storage\OwnCloud']],
|
||||
[false, ['OCA\Files_Sharing\SharedStorage', 'OCA\Files_Sharing\External\Storage', 'OC\Files\Storage\OwnCloud']],
|
||||
[false, [Storage\IDisableEncryptionStorage::class]],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue