aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-10 23:13:34 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-11 06:28:23 +0100
commit91f78f26f2594db3f21c712f3ec30e4d06283dff (patch)
treec30f5c6859492a6c17a760414db119d14c72a451 /src/Wallabag/CoreBundle
parent2734044aca228c853147a8a944a2ebc7b2c7f23b (diff)
downloadwallabag-91f78f26f2594db3f21c712f3ec30e4d06283dff.tar.gz
wallabag-91f78f26f2594db3f21c712f3ec30e4d06283dff.tar.zst
wallabag-91f78f26f2594db3f21c712f3ec30e4d06283dff.zip
first test for API, need refactor
Diffstat (limited to 'src/Wallabag/CoreBundle')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php
index edbb62d2..ff3c9432 100644
--- a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php
+++ b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php
@@ -3,6 +3,7 @@
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;
6 7
7class WallabagRestControllerTest extends WebTestCase 8class WallabagRestControllerTest extends WebTestCase
8{ 9{