Completed
Pull Request — master (#158)
by
unknown
06:10 queued 03:10
created
Tests/Functional/Controller/UserControllerTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
         if ($shouldSucceed) {
80 80
             $this->assertContains(' already logged in', $response->getContent());
81 81
 
82
-             // Assert correct cookie has been set.
82
+                // Assert correct cookie has been set.
83 83
             /** @var Cookie $cookie */
84 84
             $cookie = $client->getCookieJar()->get('ongr_settings_user_auth');
85 85
             $this->assertSame('ongr_settings_user_auth', $cookie->getName());
Please login to merge, or discard this patch.