Added tests for Chrome bookmarks import

This commit is contained in:
Nicolas Lœuillet
2016-09-20 16:45:13 +02:00
committed by Jeremy Benoist
parent 06d13ddfbc
commit f7c55b3812
4 changed files with 75 additions and 3 deletions

View File

@ -6,7 +6,6 @@ use Symfony\Bundle\FrameworkBundle\Console\Application;
use Symfony\Component\Console\Tester\CommandTester;
use Wallabag\ImportBundle\Command\ImportCommand;
use Tests\Wallabag\CoreBundle\WallabagCoreTestCase;
use M6Web\Component\RedisMock\RedisMockFactory;
class ImportCommandTest extends WallabagCoreTestCase
{