fix tests

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Bjoern Schiessle 2017-12-08 13:29:33 +01:00
parent c2cd5fc5d3
commit 555fe7047f
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
1 changed files with 0 additions and 8 deletions

View File

@ -158,10 +158,6 @@ class ClientFlowLoginControllerTest extends TestCase {
->expects($this->once())
->method('getName')
->willReturn('ExampleCloud');
$this->request
->expects($this->once())
->method('getServerProtocol')
->willReturn('http');
$this->request
->expects($this->once())
->method('getServerHost')
@ -218,10 +214,6 @@ class ClientFlowLoginControllerTest extends TestCase {
->expects($this->once())
->method('getName')
->willReturn('ExampleCloud');
$this->request
->expects($this->once())
->method('getServerProtocol')
->willReturn('http');
$this->request
->expects($this->once())
->method('getServerHost')