]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
first test for API, need refactor
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 10 Feb 2015 22:13:34 +0000 (23:13 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 11 Feb 2015 05:28:23 +0000 (06:28 +0100)
src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php

index edbb62d2cbfe93945ddb2121acb0338d69be5229..ff3c9432092313b2bd431535c9d60ae88b6ee631 100644 (file)
@@ -3,6 +3,7 @@
 namespace Wallabag\CoreBundle\Tests\Controller;
 
 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
+use Symfony\Component\Security\Core\Encoder\MessageDigestPasswordEncoder;
 
 class WallabagRestControllerTest extends WebTestCase
 {