]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
remove debug lines 1070/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 12 Feb 2015 07:46:40 +0000 (08:46 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 12 Feb 2015 07:46:40 +0000 (08:46 +0100)
src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php

index 00b9690523c4c2942ddb1c382f7a325973e577c0..d77e23037edfd5491e93f0774e494bd0146f3dd4 100644 (file)
@@ -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());