forked from wallabag/wallabag
Move Import commands to Core
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Wallabag\ImportBundle\Command;
|
||||
namespace Tests\Wallabag\CoreBundle\Command\Import;
|
||||
|
||||
use Doctrine\ORM\NoResultException;
|
||||
use Symfony\Bundle\FrameworkBundle\Console\Application;
|
||||
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Wallabag\ImportBundle\Command;
|
||||
namespace Tests\Wallabag\CoreBundle\Command\Import;
|
||||
|
||||
use M6Web\Component\RedisMock\RedisMockFactory;
|
||||
use Predis\Client;
|
||||
Reference in New Issue
Block a user