diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-05-31 12:32:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-31 12:32:09 +0200 |
commit | 4423b88c5b2c2d530b0a83a822f521a61ca4d4b8 (patch) | |
tree | 26f8cf2ead0107ac74a7cd9eeb522f222eecbd53 /tests/Wallabag/CoreBundle/Helper | |
parent | d61fd8be4ffdbba8d0fd02468075602a26dfde1a (diff) | |
parent | bad7df8c0048285e7a6bd539e5e501ce6675d663 (diff) | |
download | wallabag-4423b88c5b2c2d530b0a83a822f521a61ca4d4b8.tar.gz wallabag-4423b88c5b2c2d530b0a83a822f521a61ca4d4b8.tar.zst wallabag-4423b88c5b2c2d530b0a83a822f521a61ca4d4b8.zip |
Merge pull request #3168 from wallabag/instapaper-tags-import
Add support for tag in Instapaper import
Diffstat (limited to 'tests/Wallabag/CoreBundle/Helper')
-rw-r--r-- | tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php index 77dfd5bf..44fca073 100644 --- a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php +++ b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php | |||
@@ -7,7 +7,6 @@ use Wallabag\CoreBundle\Helper\ContentProxy; | |||
7 | use Wallabag\CoreBundle\Entity\Entry; | 7 | use Wallabag\CoreBundle\Entity\Entry; |
8 | use Wallabag\CoreBundle\Entity\Tag; | 8 | use Wallabag\CoreBundle\Entity\Tag; |
9 | use Wallabag\UserBundle\Entity\User; | 9 | use Wallabag\UserBundle\Entity\User; |
10 | use Wallabag\CoreBundle\Repository\TagRepository; | ||
11 | use Wallabag\CoreBundle\Helper\RuleBasedTagger; | 10 | use Wallabag\CoreBundle\Helper\RuleBasedTagger; |
12 | 11 | ||
13 | class ContentProxyTest extends \PHPUnit_Framework_TestCase | 12 | class ContentProxyTest extends \PHPUnit_Framework_TestCase |