Merge pull request #3168 from wallabag/instapaper-tags-import

Add support for tag in Instapaper import
This commit is contained in:
Nicolas Lœuillet
2017-05-31 12:32:09 +02:00
committed by GitHub
13 changed files with 94 additions and 31 deletions

View File

@ -7,7 +7,6 @@ use Wallabag\CoreBundle\Helper\ContentProxy;
use Wallabag\CoreBundle\Entity\Entry;
use Wallabag\CoreBundle\Entity\Tag;
use Wallabag\UserBundle\Entity\User;
use Wallabag\CoreBundle\Repository\TagRepository;
use Wallabag\CoreBundle\Helper\RuleBasedTagger;
class ContentProxyTest extends \PHPUnit_Framework_TestCase