@@ -82,7 +82,7 @@ |
||
82 | 82 | $this->assertEquals(200, $response->getStatusCode()); |
83 | 83 | $this->logOut(); |
84 | 84 | |
85 | - $response2 = $this->get('/SampleManageableObjectPageController/edit/' . 0); |
|
85 | + $response2 = $this->get('/SampleManageableObjectPageController/edit/'.0); |
|
86 | 86 | $this->assertEquals(404, $response2->getStatusCode()); |
87 | 87 | } |
88 | 88 |