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;
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
)
);
}
}
}