@@ -41,7 +41,7 @@ |
||
| 41 | 41 | |
| 42 | 42 | $uri->expects($this->any()) |
| 43 | 43 | ->method('__toString') |
| 44 | - ->willReturn('http://localhost' . $uriString); |
|
| 44 | + ->willReturn('http://localhost'.$uriString); |
|
| 45 | 45 | |
| 46 | 46 | $request->expects($this->any()) |
| 47 | 47 | ->method('getUri') |