1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Use namespaced PHPUnit classes

This commit is contained in:
Jeremy Benoist 2017-12-16 22:17:42 +01:00
parent 3ccf086391
commit bd91bd5c32
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
23 changed files with 46 additions and 23 deletions

View file

@ -9,6 +9,7 @@ use GuzzleHttp\Subscriber\Mock;
use M6Web\Component\RedisMock\RedisMockFactory;
use Monolog\Handler\TestHandler;
use Monolog\Logger;
use PHPUnit\Framework\TestCase;
use Simpleue\Queue\RedisQueue;
use Wallabag\CoreBundle\Entity\Config;
use Wallabag\CoreBundle\Entity\Entry;
@ -16,7 +17,7 @@ use Wallabag\ImportBundle\Import\PocketImport;
use Wallabag\ImportBundle\Redis\Producer;
use Wallabag\UserBundle\Entity\User;
class PocketImportTest extends \PHPUnit_Framework_TestCase
class PocketImportTest extends TestCase
{
protected $token;
protected $user;