diff options
Diffstat (limited to 'tests')
-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'); |