diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-09 22:07:39 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-09 22:07:39 +0100 |
commit | 2a94b1d1b74b4e776e76a522621b67b45d115fe7 (patch) | |
tree | 3f4a99b890bb4ec1a7f84d131e7ead2323cc2438 /src/Wallabag/CoreBundle/Tests | |
parent | 0ac38198ab1c00dfb290d5631fa7c1cf5ac2a48a (diff) | |
download | wallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.tar.gz wallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.tar.zst wallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.zip |
log for authentication on API
Diffstat (limited to 'src/Wallabag/CoreBundle/Tests')
-rw-r--r-- | src/Wallabag/CoreBundle/Tests/WallabagTestCase.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/WallabagTestCase.php b/src/Wallabag/CoreBundle/Tests/WallabagTestCase.php index 5f092318..edc7d992 100644 --- a/src/Wallabag/CoreBundle/Tests/WallabagTestCase.php +++ b/src/Wallabag/CoreBundle/Tests/WallabagTestCase.php | |||
@@ -3,8 +3,6 @@ | |||
3 | namespace Wallabag\CoreBundle\Tests; | 3 | namespace Wallabag\CoreBundle\Tests; |
4 | 4 | ||
5 | use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; | 5 | use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; |
6 | use Symfony\Component\BrowserKit\Cookie; | ||
7 | use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken; | ||
8 | 6 | ||
9 | class WallabagTestCase extends WebTestCase | 7 | class WallabagTestCase extends WebTestCase |
10 | { | 8 | { |