summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/PathVerificationTest.php
Commit message (Collapse)AuthorAgeFilesLines
* 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