Passed
Pull Request — master (#7)
by Florian
04:01
created
tests/TestCase/AuthenticationServiceTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
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')
Please login to merge, or discard this patch.