From: Nicolas LÅ“uillet Date: Thu, 12 Feb 2015 07:46:40 +0000 (+0100) Subject: remove debug lines X-Git-Tag: 2.0.0-alpha.0~79^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=refs%2Fpull%2F1070%2Fhead;p=github%2Fwallabag%2Fwallabag.git remove debug lines --- diff --git a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php index 00b96905..d77e2303 100644 --- a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php +++ b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php @@ -107,10 +107,6 @@ class WallabagRestControllerTest extends WallabagTestCase $this->assertEquals(200, $client->getResponse()->getStatusCode()); - /* var_dump(count(json_decode($client->getResponse()->getContent()))); - var_dump($client->getResponse()->getContent()); - die; -*/ $this->assertGreaterThanOrEqual(1, count(json_decode($client->getResponse()->getContent()))); $this->assertContains('Mailjet', $client->getResponse()->getContent());