@@ -137,7 +137,7 @@ |
||
137 | 137 | |
138 | 138 | $uri->expects($this->any()) |
139 | 139 | ->method('__toString') |
140 | - ->willReturn('http://localhost' . $path); |
|
140 | + ->willReturn('http://localhost'.$path); |
|
141 | 141 | |
142 | 142 | $request->expects($this->any()) |
143 | 143 | ->method('getUri') |