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

first test for API, need refactor

This commit is contained in:
Nicolas Lœuillet 2015-02-10 23:13:34 +01:00
parent 2734044aca
commit 91f78f26f2

View file

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