aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/EncryptedStorageTest.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-1/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-15/+15
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-17/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* add test for unmarking encrypted file on cross storage moveRobin Appelman2023-04-011-0/+85
Signed-off-by: Robin Appelman <robin@icewind.nl>