aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/WallabagTestCase.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-09 22:07:39 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-09 22:07:39 +0100
commit2a94b1d1b74b4e776e76a522621b67b45d115fe7 (patch)
tree3f4a99b890bb4ec1a7f84d131e7ead2323cc2438 /src/Wallabag/CoreBundle/Tests/WallabagTestCase.php
parent0ac38198ab1c00dfb290d5631fa7c1cf5ac2a48a (diff)
downloadwallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.tar.gz
wallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.tar.zst
wallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.zip
log for authentication on API
Diffstat (limited to 'src/Wallabag/CoreBundle/Tests/WallabagTestCase.php')
-rw-r--r--src/Wallabag/CoreBundle/Tests/WallabagTestCase.php2
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 @@
3namespace Wallabag\CoreBundle\Tests; 3namespace Wallabag\CoreBundle\Tests;
4 4
5use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; 5use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
6use Symfony\Component\BrowserKit\Cookie;
7use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
8 6
9class WallabagTestCase extends WebTestCase 7class WallabagTestCase extends WebTestCase
10{ 8{