aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Cache/Wrapper
Commit message (Collapse)AuthorAgeFilesLines
* test: put parent items into cache in testsRobin Appelman2024-09-181-28/+33
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-152-16/+16
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore: Add SPDX headerAndy Scherzinger2024-05-132-8/+6
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* test: add test for jail watcherRobin Appelman2024-04-081-0/+30
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-271-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add test for searching within a "root jail"Robin Appelman2021-07-281-0/+18
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix search in nested jailsRobin Appelman2021-01-261-0/+18
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix cachjail searching for rootRobin Appelman2021-01-261-2/+17
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* do cachejail search filtering in sqlRobin Appelman2021-01-261-0/+37
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-7/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-14/+14
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Mode to modern phpunitRoeland Jago Douma2019-11-272-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-272-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix risky tests without assertionsJoas Schilling2018-01-251-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix moving folders out of a cache jailRobin Appelman2017-06-151-0/+50
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Adding test case for getPathById including a jailed cache where root is just ↵Thomas Müller2016-08-051-2/+11
| | | | empty
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-202-0/+175
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader