aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Command
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-20 16:45:13 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-09-25 12:29:18 +0200
commitf7c55b38122cc593c2b58bb6425fca9d243b055e (patch)
tree9ea81735f65258ee7d53a4727183915ceaa3383e /tests/Wallabag/ImportBundle/Command
parent06d13ddfbc6dad568bb28d5c33daab9e54dc6669 (diff)
downloadwallabag-f7c55b38122cc593c2b58bb6425fca9d243b055e.tar.gz
wallabag-f7c55b38122cc593c2b58bb6425fca9d243b055e.tar.zst
wallabag-f7c55b38122cc593c2b58bb6425fca9d243b055e.zip
Added tests for Chrome bookmarks import
Diffstat (limited to 'tests/Wallabag/ImportBundle/Command')
-rw-r--r--tests/Wallabag/ImportBundle/Command/ImportCommandTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Wallabag/ImportBundle/Command/ImportCommandTest.php b/tests/Wallabag/ImportBundle/Command/ImportCommandTest.php
index eb7fce79..7be1eb18 100644
--- a/tests/Wallabag/ImportBundle/Command/ImportCommandTest.php
+++ b/tests/Wallabag/ImportBundle/Command/ImportCommandTest.php
@@ -6,7 +6,6 @@ use Symfony\Bundle\FrameworkBundle\Console\Application;
6use Symfony\Component\Console\Tester\CommandTester; 6use Symfony\Component\Console\Tester\CommandTester;
7use Wallabag\ImportBundle\Command\ImportCommand; 7use Wallabag\ImportBundle\Command\ImportCommand;
8use Tests\Wallabag\CoreBundle\WallabagCoreTestCase; 8use Tests\Wallabag\CoreBundle\WallabagCoreTestCase;
9use M6Web\Component\RedisMock\RedisMockFactory;
10 9
11class ImportCommandTest extends WallabagCoreTestCase 10class ImportCommandTest extends WallabagCoreTestCase
12{ 11{