aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2015-10-01 11:49:13 +0200
committerJeremy Benoist <j0k3r@users.noreply.github.com>2015-10-01 11:49:13 +0200
commit0e8f77819951bf8c6fa47fba7c0e004bdb7e7a41 (patch)
treee85fc355c5d45cf962de60c3f793bda6cf26294f /src/Wallabag/CoreBundle/Tests/Controller
parent7c99da0c958687033468098a92913619bef17f03 (diff)
parent4e9f656ecbfb89449e44a56d82ca36812a61fc73 (diff)
downloadwallabag-0e8f77819951bf8c6fa47fba7c0e004bdb7e7a41.tar.gz
wallabag-0e8f77819951bf8c6fa47fba7c0e004bdb7e7a41.tar.zst
wallabag-0e8f77819951bf8c6fa47fba7c0e004bdb7e7a41.zip
Merge pull request #1441 from wallabag/v2-french-translation
Add french translation
Diffstat (limited to 'src/Wallabag/CoreBundle/Tests/Controller')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php
index e9c85a17..2862417e 100644
--- a/src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php
+++ b/src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php
@@ -3,7 +3,6 @@
3namespace Wallabag\CoreBundle\Tests\Controller; 3namespace Wallabag\CoreBundle\Tests\Controller;
4 4
5use Wallabag\CoreBundle\Tests\WallabagCoreTestCase; 5use Wallabag\CoreBundle\Tests\WallabagCoreTestCase;
6use Doctrine\ORM\AbstractQuery;
7 6
8class EntryControllerTest extends WallabagCoreTestCase 7class EntryControllerTest extends WallabagCoreTestCase
9{ 8{