unit test

This commit is contained in:
Nicolas Lœuillet
2015-08-07 20:29:03 +02:00
parent 47e12c3677
commit d0b90fbe18
2 changed files with 19 additions and 2 deletions

View File

@ -4,8 +4,6 @@ namespace Wallabag\CoreBundle\Controller;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\Request;
use Wallabag\CoreBundle\Entity\Tag;
class TagController extends Controller
{