diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-12 08:46:40 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-12 08:46:40 +0100 |
commit | 8c7e0f95b925e0797d3e2bdedf890a74d86d0a60 (patch) | |
tree | 567d37103443b8798619ed2211ec982716504a1d /src/Wallabag | |
parent | d9b71755935e3cb550c1282d8d2e7d2b8966514f (diff) | |
download | wallabag-8c7e0f95b925e0797d3e2bdedf890a74d86d0a60.tar.gz wallabag-8c7e0f95b925e0797d3e2bdedf890a74d86d0a60.tar.zst wallabag-8c7e0f95b925e0797d3e2bdedf890a74d86d0a60.zip |
remove debug lines
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php | 4 |
1 files changed, 0 insertions, 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 | |||
107 | 107 | ||
108 | $this->assertEquals(200, $client->getResponse()->getStatusCode()); | 108 | $this->assertEquals(200, $client->getResponse()->getStatusCode()); |
109 | 109 | ||
110 | /* var_dump(count(json_decode($client->getResponse()->getContent()))); | ||
111 | var_dump($client->getResponse()->getContent()); | ||
112 | die; | ||
113 | */ | ||
114 | $this->assertGreaterThanOrEqual(1, count(json_decode($client->getResponse()->getContent()))); | 110 | $this->assertGreaterThanOrEqual(1, count(json_decode($client->getResponse()->getContent()))); |
115 | 111 | ||
116 | $this->assertContains('Mailjet', $client->getResponse()->getContent()); | 112 | $this->assertContains('Mailjet', $client->getResponse()->getContent()); |