diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-08-10 14:13:23 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-08-10 14:13:23 +0200 |
commit | b958d9e59b7aa23adbcd55e78277dade70fc3c9e (patch) | |
tree | f6a740fdf3d2c3ebe678239e4f80179f986ad5fe /src | |
parent | 1473e8c9fb54cfa8502e582832db579a353aeadb (diff) | |
download | wallabag-b958d9e59b7aa23adbcd55e78277dade70fc3c9e.tar.gz wallabag-b958d9e59b7aa23adbcd55e78277dade70fc3c9e.tar.zst wallabag-b958d9e59b7aa23adbcd55e78277dade70fc3c9e.zip |
remove useless line
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Tests/Controller/StaticControllerTest.php | 1 |
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 @@ | |||
3 | namespace Wallabag\CoreBundle\Tests\Controller; | 3 | namespace Wallabag\CoreBundle\Tests\Controller; |
4 | 4 | ||
5 | use Wallabag\CoreBundle\Tests\WallabagCoreTestCase; | 5 | use Wallabag\CoreBundle\Tests\WallabagCoreTestCase; |
6 | use Doctrine\ORM\AbstractQuery; | ||
7 | 6 | ||
8 | class StaticControllerTest extends WallabagCoreTestCase | 7 | class StaticControllerTest extends WallabagCoreTestCase |
9 | { | 8 | { |