]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Test for GET on empty database
authorNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 6 Feb 2015 17:02:12 +0000 (18:02 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 11 Feb 2015 05:27:50 +0000 (06:27 +0100)
src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php

index ff3c9432092313b2bd431535c9d60ae88b6ee631..4ebc4786ac8c8850f99309bbbabec908c9cb0bf3 100644 (file)
@@ -3,7 +3,6 @@
 namespace Wallabag\CoreBundle\Tests\Controller;
 
 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
-use Symfony\Component\Security\Core\Encoder\MessageDigestPasswordEncoder;
 
 class WallabagRestControllerTest extends WebTestCase
 {
@@ -50,4 +49,4 @@ class WallabagRestControllerTest extends WebTestCase
             )
         );
     }
-}
+}
\ No newline at end of file