mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
php-cs
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
e0a862b626
commit
b8568662bd
1 changed files with 1 additions and 1 deletions
|
@ -5,8 +5,8 @@ namespace Tests\Wallabag\CoreBundle\Controller;
|
|||
use Tests\Wallabag\CoreBundle\WallabagCoreTestCase;
|
||||
use Wallabag\CoreBundle\Entity\Config;
|
||||
use Wallabag\CoreBundle\Entity\Entry;
|
||||
use Wallabag\CoreBundle\Entity\Tag;
|
||||
use Wallabag\CoreBundle\Entity\SiteCredential;
|
||||
use Wallabag\CoreBundle\Entity\Tag;
|
||||
use Wallabag\CoreBundle\Helper\ContentProxy;
|
||||
|
||||
class EntryControllerTest extends WallabagCoreTestCase
|
||||
|
|
Loading…
Reference in a new issue