aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverterTest.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-12-18 14:32:21 +0100
committerGitHub <noreply@github.com>2017-12-18 14:32:21 +0100
commitef5c8a7d01d7b3f0041455503499ab67e2206e0d (patch)
tree66fad00b695ceb24a5a3ee7ef3185c18050f316f /tests/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverterTest.php
parent01ea7f585504fba74bd138386ca30ca4d26cfe65 (diff)
parentad880894a8dc0af97ee145f76ed10ca99e1ebf5a (diff)
downloadwallabag-ef5c8a7d01d7b3f0041455503499ab67e2206e0d.tar.gz
wallabag-ef5c8a7d01d7b3f0041455503499ab67e2206e0d.tar.zst
wallabag-ef5c8a7d01d7b3f0041455503499ab67e2206e0d.zip
Merge pull request #3515 from wallabag/php-7.2
Add PHP 7.2 compatibility
Diffstat (limited to 'tests/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverterTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverterTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverterTest.php b/tests/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverterTest.php
index 74c645ef..b044a700 100644
--- a/tests/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverterTest.php
+++ b/tests/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverterTest.php
@@ -2,12 +2,13 @@
2 2
3namespace Tests\Wallabag\CoreBundle\Command; 3namespace Tests\Wallabag\CoreBundle\Command;
4 4
5use PHPUnit\Framework\TestCase;
5use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; 6use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
6use Symfony\Component\HttpFoundation\Request; 7use Symfony\Component\HttpFoundation\Request;
7use Wallabag\CoreBundle\ParamConverter\UsernameRssTokenConverter; 8use Wallabag\CoreBundle\ParamConverter\UsernameRssTokenConverter;
8use Wallabag\UserBundle\Entity\User; 9use Wallabag\UserBundle\Entity\User;
9 10
10class UsernameRssTokenConverterTest extends \PHPUnit_Framework_TestCase 11class UsernameRssTokenConverterTest extends TestCase
11{ 12{
12 public function testSupportsWithNoRegistry() 13 public function testSupportsWithNoRegistry()
13 { 14 {