1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

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
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
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
{