forked from wallabag/wallabag
Move Import importers to Core
This commit is contained in:
@ -8,8 +8,8 @@ use Symfony\Component\EventDispatcher\EventDispatcher;
|
||||
use Wallabag\CoreBundle\Consumer\RedisEntryConsumer;
|
||||
use Wallabag\CoreBundle\Entity\Entry;
|
||||
use Wallabag\CoreBundle\Entity\User;
|
||||
use Wallabag\CoreBundle\Import\AbstractImport;
|
||||
use Wallabag\CoreBundle\Repository\UserRepository;
|
||||
use Wallabag\ImportBundle\Import\AbstractImport;
|
||||
|
||||
class RedisEntryConsumerTest extends TestCase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user