Completed
Pull Request — dev (#22)
by
unknown
05:00
created
tests/AppBundle/Controller/UserControllerTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.