diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2017-12-08 13:29:33 +0100 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-12-08 13:29:33 +0100 |
commit | 555fe7047f3140bcc5a46a961a160f59d25662d2 (patch) | |
tree | 232ea0bea832a7cf06c72eed151ab94b5f6151ab /tests/Core/Controller | |
parent | c2cd5fc5d345a61b6cc251d2974f199f4e8c04f8 (diff) | |
download | nextcloud-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.php | 8 |
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'); |