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:
parent
3ccf086391
commit
bd91bd5c32
23 changed files with 46 additions and 23 deletions
|
@ -5,13 +5,14 @@ namespace Tests\Wallabag\ImportBundle\Import;
|
|||
use M6Web\Component\RedisMock\RedisMockFactory;
|
||||
use Monolog\Handler\TestHandler;
|
||||
use Monolog\Logger;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Simpleue\Queue\RedisQueue;
|
||||
use Wallabag\CoreBundle\Entity\Entry;
|
||||
use Wallabag\ImportBundle\Import\ChromeImport;
|
||||
use Wallabag\ImportBundle\Redis\Producer;
|
||||
use Wallabag\UserBundle\Entity\User;
|
||||
|
||||
class ChromeImportTest extends \PHPUnit_Framework_TestCase
|
||||
class ChromeImportTest extends TestCase
|
||||
{
|
||||
protected $user;
|
||||
protected $em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue