diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-10-01 11:49:13 +0200 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-10-01 11:49:13 +0200 |
commit | 0e8f77819951bf8c6fa47fba7c0e004bdb7e7a41 (patch) | |
tree | e85fc355c5d45cf962de60c3f793bda6cf26294f /src/Wallabag/CoreBundle/Tests | |
parent | 7c99da0c958687033468098a92913619bef17f03 (diff) | |
parent | 4e9f656ecbfb89449e44a56d82ca36812a61fc73 (diff) | |
download | wallabag-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')
-rw-r--r-- | src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php | 1 |
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 @@ | |||
3 | namespace Wallabag\CoreBundle\Tests\Controller; | 3 | namespace Wallabag\CoreBundle\Tests\Controller; |
4 | 4 | ||
5 | use Wallabag\CoreBundle\Tests\WallabagCoreTestCase; | 5 | use Wallabag\CoreBundle\Tests\WallabagCoreTestCase; |
6 | use Doctrine\ORM\AbstractQuery; | ||
7 | 6 | ||
8 | class EntryControllerTest extends WallabagCoreTestCase | 7 | class EntryControllerTest extends WallabagCoreTestCase |
9 | { | 8 | { |