X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2FWallabag%2FImportBundle%2FImport%2FWallabagV1ImportTest.php;h=4e9f472d25591df72c44450b46b1926662fddb53;hb=bd91bd5c32dcec997e1cc1aff93f585dac093742;hp=822ad694960c69b69161b0bdb356048cc24d11a5;hpb=3ccf086391588b1eb0f6d7bcc420ed529f7fdd8f;p=github%2Fwallabag%2Fwallabag.git diff --git a/tests/Wallabag/ImportBundle/Import/WallabagV1ImportTest.php b/tests/Wallabag/ImportBundle/Import/WallabagV1ImportTest.php index 822ad694..4e9f472d 100644 --- a/tests/Wallabag/ImportBundle/Import/WallabagV1ImportTest.php +++ b/tests/Wallabag/ImportBundle/Import/WallabagV1ImportTest.php @@ -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\WallabagV1Import; use Wallabag\ImportBundle\Redis\Producer; use Wallabag\UserBundle\Entity\User; -class WallabagV1ImportTest extends \PHPUnit_Framework_TestCase +class WallabagV1ImportTest extends TestCase { protected $user; protected $em;