X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FImportBundle%2FTests%2FImport%2FWallabagV1ImportTest.php;h=3ef852e5f78f864bc2da2861794c7901fd554fb0;hb=8f336fda649c064cabfa692793334067ece780f9;hp=540eb7da250eb864fb6407ba85a1c81bd60feedf;hpb=4d0ec0e72108ff47952906e5d968a7c3eb0a76f9;p=github%2Fwallabag%2Fwallabag.git 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 @@ namespace Wallabag\ImportBundle\Tests\Import; +use Wallabag\ImportBundle\Import\WallabagV1Import; use Wallabag\UserBundle\Entity\User; use Wallabag\CoreBundle\Entity\Entry; -use Wallabag\ImportBundle\Import\WallabagV1Import; use Monolog\Logger; use Monolog\Handler\TestHandler;