From eb3bd7efb73f2e8500b6415e16438cea77aa4e9a Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 10 Feb 2015 22:32:42 +0100 Subject: Add more tests on Entry controller Also add more fixtures --- src/Wallabag/CoreBundle/Repository/EntryRepository.php | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Wallabag/CoreBundle/Repository/EntryRepository.php') diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php index b6f86707..bedc90d2 100644 --- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php +++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php @@ -2,7 +2,6 @@ namespace Wallabag\CoreBundle\Repository; -use Doctrine\ORM\Query; use Doctrine\ORM\EntityRepository; use Doctrine\ORM\Tools\Pagination\Paginator; -- cgit v1.2.3