summaryrefslogtreecommitdiffstats
path: root/tests/lib/Traits/ClientServiceTrait.php
Commit message (Collapse)AuthorAgeFilesLines
* php cs fixRoeland Jago Douma2020-12-071-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix test traits for phpunit 9Roeland Jago Douma2020-12-071-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-121-4/+4
| | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add some more tests for ocs remote apiRobin Appelman2017-12-081-0/+121
Signed-off-by: Robin Appelman <robin@icewind.nl>