diff --git a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php index 00b969052..d77e23037 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());