forked from wallabag/wallabag
Use namespaced PHPUnit classes
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user