aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/FileInfoTest.php
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-4/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* optimize isShared and isMountedRobin Appelman2023-11-081-4/+14
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Remove unused importsChristoph Wurst2020-03-251-2/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-1/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add tests for FileInfo::isMountedRobin Appelman2016-11-161-0/+46
Signed-off-by: Robin Appelman <robin@icewind.nl>