1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-12 16:58:37 +00:00

Test for GET on empty database

This commit is contained in:
Nicolas Lœuillet 2015-02-06 18:02:12 +01:00
parent e1dd7f70c5
commit 0536b809b0

View file

@ -3,7 +3,6 @@
namespace Wallabag\CoreBundle\Tests\Controller; namespace Wallabag\CoreBundle\Tests\Controller;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
use Symfony\Component\Security\Core\Encoder\MessageDigestPasswordEncoder;
class WallabagRestControllerTest extends WebTestCase class WallabagRestControllerTest extends WebTestCase
{ {