Use namespaced PHPUnit classes

This commit is contained in:
Jeremy Benoist
2017-12-16 22:17:42 +01:00
parent 3ccf086391
commit bd91bd5c32
23 changed files with 46 additions and 23 deletions

View File

@ -2,12 +2,13 @@
namespace Tests\Wallabag\CoreBundle\Command;
use PHPUnit\Framework\TestCase;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
use Symfony\Component\HttpFoundation\Request;
use Wallabag\CoreBundle\ParamConverter\UsernameRssTokenConverter;
use Wallabag\UserBundle\Entity\User;
class UsernameRssTokenConverterTest extends \PHPUnit_Framework_TestCase
class UsernameRssTokenConverterTest extends TestCase
{
public function testSupportsWithNoRegistry()
{