@@ -142,6 +142,6 @@ |
||
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 | } |