aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Remote/InstanceTest.php
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Mode to modern phpunitRoeland Jago Douma2019-11-271-4/+4
| | | | 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 some more tests for ocs remote apiRobin Appelman2017-12-081-53/+16
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* refuse to use http if we know a remote has httpsRobin Appelman2017-12-081-0/+128
Signed-off-by: Robin Appelman <robin@icewind.nl>