aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-03-27 23:32:55 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-03-27 23:58:37 +0200
commit8f336fda649c064cabfa692793334067ece780f9 (patch)
tree62702d9c78391031f810bdc78475d04c5f6807c0 /src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php
parent4d0ec0e72108ff47952906e5d968a7c3eb0a76f9 (diff)
downloadwallabag-8f336fda649c064cabfa692793334067ece780f9.tar.gz
wallabag-8f336fda649c064cabfa692793334067ece780f9.tar.zst
wallabag-8f336fda649c064cabfa692793334067ece780f9.zip
Tags were not imported in wallabag v2 import
Also, simplify exportAs matching format
Diffstat (limited to 'src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php')
-rw-r--r--src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php b/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php
index 540eb7da..3ef852e5 100644
--- a/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php
+++ b/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php
@@ -2,9 +2,9 @@
2 2
3namespace Wallabag\ImportBundle\Tests\Import; 3namespace Wallabag\ImportBundle\Tests\Import;
4 4
5use Wallabag\ImportBundle\Import\WallabagV1Import;
5use Wallabag\UserBundle\Entity\User; 6use Wallabag\UserBundle\Entity\User;
6use Wallabag\CoreBundle\Entity\Entry; 7use Wallabag\CoreBundle\Entity\Entry;
7use Wallabag\ImportBundle\Import\WallabagV1Import;
8use Monolog\Logger; 8use Monolog\Logger;
9use Monolog\Handler\TestHandler; 9use Monolog\Handler\TestHandler;
10 10