aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-08-10 14:13:23 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-08-10 14:13:23 +0200
commitb958d9e59b7aa23adbcd55e78277dade70fc3c9e (patch)
treef6a740fdf3d2c3ebe678239e4f80179f986ad5fe /src/Wallabag/CoreBundle/Tests
parent1473e8c9fb54cfa8502e582832db579a353aeadb (diff)
downloadwallabag-b958d9e59b7aa23adbcd55e78277dade70fc3c9e.tar.gz
wallabag-b958d9e59b7aa23adbcd55e78277dade70fc3c9e.tar.zst
wallabag-b958d9e59b7aa23adbcd55e78277dade70fc3c9e.zip
remove useless line
Diffstat (limited to 'src/Wallabag/CoreBundle/Tests')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/StaticControllerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Controller/StaticControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/StaticControllerTest.php
index c1668fa5..6d7976c4 100644
--- a/src/Wallabag/CoreBundle/Tests/Controller/StaticControllerTest.php
+++ b/src/Wallabag/CoreBundle/Tests/Controller/StaticControllerTest.php
@@ -3,7 +3,6 @@
3namespace Wallabag\CoreBundle\Tests\Controller; 3namespace Wallabag\CoreBundle\Tests\Controller;
4 4
5use Wallabag\CoreBundle\Tests\WallabagCoreTestCase; 5use Wallabag\CoreBundle\Tests\WallabagCoreTestCase;
6use Doctrine\ORM\AbstractQuery;
7 6
8class StaticControllerTest extends WallabagCoreTestCase 7class StaticControllerTest extends WallabagCoreTestCase
9{ 8{