diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-10 23:13:34 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-11 06:28:23 +0100 |
commit | 91f78f26f2594db3f21c712f3ec30e4d06283dff (patch) | |
tree | c30f5c6859492a6c17a760414db119d14c72a451 /src | |
parent | 2734044aca228c853147a8a944a2ebc7b2c7f23b (diff) | |
download | wallabag-91f78f26f2594db3f21c712f3ec30e4d06283dff.tar.gz wallabag-91f78f26f2594db3f21c712f3ec30e4d06283dff.tar.zst wallabag-91f78f26f2594db3f21c712f3ec30e4d06283dff.zip |
first test for API, need refactor
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php | 1 |
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 @@ | |||
3 | namespace Wallabag\CoreBundle\Tests\Controller; | 3 | namespace Wallabag\CoreBundle\Tests\Controller; |
4 | 4 | ||
5 | use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; | 5 | use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; |
6 | use Symfony\Component\Security\Core\Encoder\MessageDigestPasswordEncoder; | ||
6 | 7 | ||
7 | class WallabagRestControllerTest extends WebTestCase | 8 | class WallabagRestControllerTest extends WebTestCase |
8 | { | 9 | { |