Passed
Push — master ( 00b2d4...9668d1 )
by Jan
04:06
created
tests/ApplicationAvailabilityFunctionalTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
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([], [
Please login to merge, or discard this patch.