diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-06 18:02:12 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-11 06:27:50 +0100 |
commit | 0536b809b0be31790a07a0eb232cce81051845ab (patch) | |
tree | f8163b9c19a674dd565ab5bdfa63d2d7447a702c | |
parent | e1dd7f70c5cc0a0086d83d5fcdaa7a25081a5e6f (diff) | |
download | wallabag-0536b809b0be31790a07a0eb232cce81051845ab.tar.gz wallabag-0536b809b0be31790a07a0eb232cce81051845ab.tar.zst wallabag-0536b809b0be31790a07a0eb232cce81051845ab.zip |
Test for GET on empty database
-rw-r--r-- | src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php index ff3c9432..4ebc4786 100644 --- a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php +++ b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php | |||
@@ -3,7 +3,6 @@ | |||
3 | namespace Wallabag\CoreBundle\Tests\Controller; | 3 | namespace Wallabag\CoreBundle\Tests\Controller; |
4 | 4 | ||
5 | use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; | 5 | use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; |
6 | use Symfony\Component\Security\Core\Encoder\MessageDigestPasswordEncoder; | ||
7 | 6 | ||
8 | class WallabagRestControllerTest extends WebTestCase | 7 | class WallabagRestControllerTest extends WebTestCase |
9 | { | 8 | { |
@@ -50,4 +49,4 @@ class WallabagRestControllerTest extends WebTestCase | |||
50 | ) | 49 | ) |
51 | ); | 50 | ); |
52 | } | 51 | } |
53 | } | 52 | } \ No newline at end of file |