mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
update encryption wrapper tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
2c1f6331a4
commit
67a46b5aa9
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