aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/PathVerificationTest.php
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-5/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix: Adjust filename validation messagesFerdinand Thiessen2024-08-271-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor: Migrate filename validation logic from `Storage` to ↵Ferdinand Thiessen2024-07-161-51/+0
| | | | | | `FilenameValidator` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-4/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* adjust tests to new fs setupRobin Appelman2022-03-041-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Mode to modern phpunitRoeland Jago Douma2019-11-271-9/+12
| | | | 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>
* Fix risky tests without assertionsJoas Schilling2018-01-251-1/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move the validation into one place onlyJoas Schilling2016-11-211-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Added method to DB and fix testRoeland Jago Douma2016-10-241-2/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix some more testsJoas Schilling2016-07-111-96/+1
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+270
* 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