From 8c7e0f95b925e0797d3e2bdedf890a74d86d0a60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 12 Feb 2015 08:46:40 +0100 Subject: [PATCH] remove debug lines --- .../Tests/Controller/WallabagRestControllerTest.php | 4 ---- 1 file changed, 4 deletions(-) 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()); -- 2.41.0