summaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/MigrationTest.php
Commit message (Collapse)AuthorAgeFilesLines
* this was a migration step to ownCloud 8.0 to restructure the encryption ↵Bjoern Schiessle2018-03-021-597/+0
| | | | | | folder which is no longer needed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use ::class in test mocksMorris Jobke2017-10-241-2/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use DI for IAppManager to encryption migrationMorris Jobke2017-10-241-7/+9
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix migration testsRoeland Jago Douma2016-10-131-0/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix encryption appJoas Schilling2016-09-121-1/+1
|
* Fix getMock encryptionRoeland Jago Douma2016-09-061-0/+6
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-3/+4
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-121-0/+582
* Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests