Passed
Push — master ( 3f70b0...e16ae9 )
by Jan
04:25
created
tests/Controller/RedirectControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,6 +142,6 @@
 block discarded – undo
142 142
         $this->client->followRedirects(false);
143 143
 
144 144
         $this->client->request('GET', '/part/3');
145
-        $this->assertEquals('http://localhost' . "/$locale/user/settings", $this->client->getResponse()->headers->get('Location'));
145
+        $this->assertEquals('http://localhost'."/$locale/user/settings", $this->client->getResponse()->headers->get('Location'));
146 146
     }
147 147
 }
Please login to merge, or discard this patch.