Passed
Pull Request — master (#5)
by Matthew
02:17
created
tests/php/UserControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@
 block discarded – undo
175 175
     {
176 176
         /** @var UserInvitation $invitation */
177 177
         $invitation = $this->objFromFixture(UserInvitation::class, 'expired');
178
-        $response = $this->get($this->controller->Link('accept/' . $invitation->TempHash));
178
+        $response = $this->get($this->controller->Link('accept/'.$invitation->TempHash));
179 179
         $this->assertEquals(302, $response->getStatusCode());
180 180
         $base = Director::absoluteBaseURL();
181 181
         $this->assertEquals(
Please login to merge, or discard this patch.