@@ -85,7 +85,7 @@ |
||
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 | } |