@@ -3,8 +3,6 @@ |
||
3 | 3 | namespace Tests\AppBundle\Controller; |
4 | 4 | |
5 | 5 | use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; |
6 | -use Symfony\Component\DependencyInjection\ContainerInterface; |
|
7 | -use Doctrine\ORM\EntityManager; |
|
8 | 6 | use AppBundle\Entity\User; |
9 | 7 | |
10 | 8 | class UserControllerTest extends WebTestCase |