From b958d9e59b7aa23adbcd55e78277dade70fc3c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 10 Aug 2015 14:13:23 +0200 Subject: [PATCH] remove useless line --- .../CoreBundle/Tests/Controller/StaticControllerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Wallabag/CoreBundle/Tests/Controller/StaticControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/StaticControllerTest.php index c1668fa5e..6d7976c43 100644 --- a/src/Wallabag/CoreBundle/Tests/Controller/StaticControllerTest.php +++ b/src/Wallabag/CoreBundle/Tests/Controller/StaticControllerTest.php @@ -3,7 +3,6 @@ namespace Wallabag\CoreBundle\Tests\Controller; use Wallabag\CoreBundle\Tests\WallabagCoreTestCase; -use Doctrine\ORM\AbstractQuery; class StaticControllerTest extends WallabagCoreTestCase {