summaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/UtilTest.php
Commit message (Collapse)AuthorAgeFilesLines
* adjust encryption tests to the new master key defaultBjoern Schiessle2017-07-061-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix getMock encryptionRoeland Jago Douma2016-09-061-5/+10
|
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-1/+2
|
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-121-0/+213
* Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests