aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Encryption/DecryptAllTest.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-161-3/+3
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-7/+7
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-4/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-131-17/+3
* fix: Adjust console formatter code to match with Symfony type hintsFerdinand Thiessen2023-04-171-0/+4
* composer run cs:fixCôme Chilliet2023-01-201-2/+0
* Remove some more at matchers in tests/libCôme Chilliet2022-06-201-17/+18
* Fix Encryption tests on PHP 8.1Côme Chilliet2021-11-231-2/+11
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-4/+4
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-11/+11
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-7/+6
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* skip already decrypted files on decrypt all commandBjoern Schiessle2018-10-241-10/+31
* Class "ProgressBar" is declared "final" and cannot be mocked.Joas Schilling2018-01-251-2/+5
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-0/+1
* Use ::class in test mocks of encryption appMorris Jobke2017-10-261-6/+10
* Use ::class in test mocksMorris Jobke2017-10-241-2/+3
* Fix shared storage namespace in DecryptAll classVincent Petry2016-10-201-1/+1
* Fix getMock DecryptAllTestRoeland Jago Douma2016-09-131-1/+2
* skip shared files, if files get decrypted only for a specific user we shouldn...Bjoern Schiessle2016-07-271-3/+14
* Allow to decrypt user '0' files onlyJoas Schilling2016-06-071-12/+23
* fix unit testsBjörn Schießle2016-05-301-3/+4
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+347