aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-11 11:52:10 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-11 11:52:10 +0100
commit874e3e10a45a5b3c662bac1112bbdc1acb0adb95 (patch)
tree630bbdd3da57a5af0b92eea24dd2ef0f3125d785 /src/Wallabag/CoreBundle/Tests
parent70b54da2b13d4c32530ee2f634acb8453d7829a6 (diff)
downloadwallabag-874e3e10a45a5b3c662bac1112bbdc1acb0adb95.tar.gz
wallabag-874e3e10a45a5b3c662bac1112bbdc1acb0adb95.tar.zst
wallabag-874e3e10a45a5b3c662bac1112bbdc1acb0adb95.zip
phpdoc
Diffstat (limited to 'src/Wallabag/CoreBundle/Tests')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php
index cbc31621..298cf10c 100644
--- a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php
+++ b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php
@@ -2,9 +2,9 @@
2 2
3namespace Wallabag\CoreBundle\Tests\Controller; 3namespace Wallabag\CoreBundle\Tests\Controller;
4 4
5use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; 5use Wallabag\CoreBundle\Tests\WallabagTestCase;
6 6
7class WallabagRestControllerTest extends WebTestCase 7class WallabagRestControllerTest extends WallabagTestCase
8{ 8{
9 /** 9 /**
10 * Generate HTTP headers for authenticate user on API 10 * Generate HTTP headers for authenticate user on API