diff options
Diffstat (limited to 'src')
-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()); |