summaryrefslogtreecommitdiffstats
path: root/tests/lib/OCS/ProviderTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated at matcher from tests/libCôme Chilliet2022-08-291-53/+33
| | | | | | Only 15 warnings left in there Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-13/+13
| | | | 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 and adjust unit testsBjoern Schiessle2017-03-091-2/+64
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+178
* 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