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