From: Nicolas LÅ“uillet Date: Tue, 10 Feb 2015 22:13:34 +0000 (+0100) Subject: first test for API, need refactor X-Git-Tag: 2.0.0-alpha.0~79^2~10 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=91f78f26f2594db3f21c712f3ec30e4d06283dff;p=github%2Fwallabag%2Fwallabag.git first test for API, need refactor --- diff --git a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php index edbb62d2..ff3c9432 100644 --- a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php +++ b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php @@ -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 {