Completed
Pull Request — master (#6093)
by Mathieu
03:27
created
tests/Controller/CRUDControllerTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@  discard block
 block discarded – undo
13 13
 
14 14
 namespace Sonata\AdminBundle\Tests\Controller;
15 15
 
16
-use Doctrine\Common\Collections\ArrayCollection;
17 16
 use PHPUnit\Framework\MockObject\MockObject;
18 17
 use PHPUnit\Framework\TestCase;
19 18
 use Psr\Log\LoggerInterface;
@@ -32,7 +31,6 @@  discard block
 block discarded – undo
32 31
 use Sonata\AdminBundle\Model\ModelManagerInterface;
33 32
 use Sonata\AdminBundle\Security\Acl\Permission\AdminPermissionMap;
34 33
 use Sonata\AdminBundle\Security\Handler\AclSecurityHandler;
35
-use Sonata\AdminBundle\Templating\TemplateRegistry;
36 34
 use Sonata\AdminBundle\Templating\TemplateRegistryInterface;
37 35
 use Sonata\AdminBundle\Tests\Fixtures\Controller\BatchAdminController;
38 36
 use Sonata\AdminBundle\Tests\Fixtures\Controller\PreCRUDController;
Please login to merge, or discard this patch.