forked from wallabag/wallabag
Remove the CoreBundle namespace
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Wallabag\CoreBundle\Controller;
|
||||
namespace Tests\Wallabag\Controller;
|
||||
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
use Tests\Wallabag\CoreBundle\WallabagCoreTestCase;
|
||||
use Wallabag\CoreBundle\Entity\Entry;
|
||||
use Tests\Wallabag\WallabagCoreTestCase;
|
||||
use Wallabag\Entity\Entry;
|
||||
|
||||
class ExportControllerTest extends WallabagCoreTestCase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user