@@ -36,7 +36,7 @@ |
||
36 | 36 | public function testPageIsSuccessful(string $url) : void |
37 | 37 | { |
38 | 38 | //We have localized routes |
39 | - $url = '/en' . $url; |
|
39 | + $url = '/en'.$url; |
|
40 | 40 | |
41 | 41 | //Try to access pages with admin, because he should be able to view every page! |
42 | 42 | $client = static::createClient([], [ |