aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-06 18:02:12 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-11 06:27:50 +0100
commit0536b809b0be31790a07a0eb232cce81051845ab (patch)
treef8163b9c19a674dd565ab5bdfa63d2d7447a702c /src/Wallabag
parente1dd7f70c5cc0a0086d83d5fcdaa7a25081a5e6f (diff)
downloadwallabag-0536b809b0be31790a07a0eb232cce81051845ab.tar.gz
wallabag-0536b809b0be31790a07a0eb232cce81051845ab.tar.zst
wallabag-0536b809b0be31790a07a0eb232cce81051845ab.zip
Test for GET on empty database
Diffstat (limited to 'src/Wallabag')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php3
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 @@
3namespace Wallabag\CoreBundle\Tests\Controller; 3namespace Wallabag\CoreBundle\Tests\Controller;
4 4
5use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; 5use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
6use Symfony\Component\Security\Core\Encoder\MessageDigestPasswordEncoder;
7 6
8class WallabagRestControllerTest extends WebTestCase 7class 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