aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-26 12:35:59 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-03-06 21:09:15 +0100
commitd8f9f37ab2deb172f8dfc58b3b3775990188762f (patch)
treef14912da8f63f03acf21b9ddbd47c9403b1f0fe3 /src/Wallabag/CoreBundle/Tests
parent092ca70725b0263390e45c46f93828c613eca3f0 (diff)
downloadwallabag-d8f9f37ab2deb172f8dfc58b3b3775990188762f.tar.gz
wallabag-d8f9f37ab2deb172f8dfc58b3b3775990188762f.tar.zst
wallabag-d8f9f37ab2deb172f8dfc58b3b3775990188762f.zip
remove debug lines
Diffstat (limited to 'src/Wallabag/CoreBundle/Tests')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php
index 04448537..b0f4a842 100644
--- a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php
+++ b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php
@@ -163,8 +163,6 @@ class WallabagRestControllerTest extends WallabagTestCase
163 ->getRepository('WallabagCoreBundle:Entry') 163 ->getRepository('WallabagCoreBundle:Entry')
164 ->findOneWithTags(1); 164 ->findOneWithTags(1);
165 165
166 var_dump($entry->getTitle());
167
168 if (!$entry) { 166 if (!$entry) {
169 $this->markTestSkipped('No content found in db.'); 167 $this->markTestSkipped('No content found in db.');
170 } 168 }