aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Lockdown/Filesystem
Commit message (Collapse)AuthorAgeFilesLines
* More unit test adjustmentsJoas Schilling2021-12-011-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Mode to modern phpunitRoeland Jago Douma2019-11-273-4/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-273-5/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove deprecated searchByTagRoeland Jago Douma2019-07-261-4/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix unit testsMorris Jobke2017-02-081-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add test for setting up fake fsRobin Appelman2016-11-162-1/+64
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Adds NullCache ans NullStorage tests for LockdownRoeland Jago Douma2016-11-162-0/+402
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>