Completed
Push — master ( 689043...f8c3c0 )
by Alexis
04:23
created
tests/Controller/AppControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,6 +11,6 @@
 block discarded – undo
11 11
         $response = $this->runApp('GET', '/');
12 12
 
13 13
         $this->assertEquals(200, $response->getStatusCode());
14
-        $this->assertContains('Homepage', (string)$response->getBody());
14
+        $this->assertContains('Homepage', (string) $response->getBody());
15 15
     }
16 16
 }
Please login to merge, or discard this patch.