aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2017-12-08 13:29:33 +0100
committerBjoern Schiessle <bjoern@schiessle.org>2017-12-08 13:29:33 +0100
commit555fe7047f3140bcc5a46a961a160f59d25662d2 (patch)
tree232ea0bea832a7cf06c72eed151ab94b5f6151ab /tests/Core/Controller
parentc2cd5fc5d345a61b6cc251d2974f199f4e8c04f8 (diff)
downloadnextcloud-server-555fe7047f3140bcc5a46a961a160f59d25662d2.tar.gz
nextcloud-server-555fe7047f3140bcc5a46a961a160f59d25662d2.zip
fix tests
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'tests/Core/Controller')
-rw-r--r--tests/Core/Controller/ClientFlowLoginControllerTest.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/Core/Controller/ClientFlowLoginControllerTest.php b/tests/Core/Controller/ClientFlowLoginControllerTest.php
index d2dec685737..21673863223 100644
--- a/tests/Core/Controller/ClientFlowLoginControllerTest.php
+++ b/tests/Core/Controller/ClientFlowLoginControllerTest.php
@@ -160,10 +160,6 @@ class ClientFlowLoginControllerTest extends TestCase {
->willReturn('ExampleCloud');
$this->request
->expects($this->once())
- ->method('getServerProtocol')
- ->willReturn('http');
- $this->request
- ->expects($this->once())
->method('getServerHost')
->willReturn('example.com');
@@ -220,10 +216,6 @@ class ClientFlowLoginControllerTest extends TestCase {
->willReturn('ExampleCloud');
$this->request
->expects($this->once())
- ->method('getServerProtocol')
- ->willReturn('http');
- $this->request
- ->expects($this->once())
->method('getServerHost')
->willReturn('example.com');