Completed
Pull Request — master (#12)
by Matthew
20:12 queued 05:14
created
tests/Extensions/ManageableDataObjectExtensionTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.