Completed
Push — master ( ef93a4...8c28c3 )
by Franco
12s
created
tests/controllers/UserControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
     {
86 86
         /** @var UserInvitation $invitation */
87 87
         $invitation = $this->objFromFixture('UserInvitation', 'expired');
88
-        $response = $this->get($this->controller->Link('accept/' . $invitation->TempHash));
88
+        $response = $this->get($this->controller->Link('accept/'.$invitation->TempHash));
89 89
         $this->assertEquals(302, $response->getStatusCode());
90 90
         $this->assertEquals('/user/expired', $response->getHeader('Location'));
91 91
     }
Please login to merge, or discard this patch.