update encryption wrapper tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
2c1f6331a4
commit
67a46b5aa9
|
@ -92,13 +92,7 @@ class EncryptionWrapperTest extends TestCase {
|
||||||
[true, ['OCA\Files_Trashbin\Storage']],
|
[true, ['OCA\Files_Trashbin\Storage']],
|
||||||
|
|
||||||
// Do not wrap shared storages
|
// Do not wrap shared storages
|
||||||
[false, ['OCA\Files_Sharing\SharedStorage']],
|
[false, [Storage\IDisableEncryptionStorage::class]],
|
||||||
[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']],
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue