mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Removed debug output
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@78124 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
e121c2f8fd
commit
b0798db91e
@ -280,7 +280,6 @@ class RestfulServerTest extends SapphireTest {
|
||||
|
||||
$url = "/api/v1/RestfulServerTest_Author/" . $author1->ID;
|
||||
$response = Director::test($url, null, null, 'GET');
|
||||
var_dump($response->getBody());
|
||||
$this->assertNotContains('<RelatedPages', $response->getBody());
|
||||
$this->assertNotContains('<PublishedPages', $response->getBody());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user