Completed
Pull Request — master (#5619)
by Javier
04:19
created
tests/Admin/PoolTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use PHPUnit\Framework\TestCase;
18 18
 use Sonata\AdminBundle\Admin\AdminInterface;
19 19
 use Sonata\AdminBundle\Admin\Pool;
20
-use Sonata\AdminBundle\Templating\MutableTemplateRegistryInterface;
21 20
 use Symfony\Component\DependencyInjection\ContainerInterface;
22 21
 
23 22
 class PoolTest extends TestCase
Please login to merge, or discard this patch.
tests/Twig/Extension/TemplateRegistryExtensionTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace Sonata\AdminBundle\Tests\Twig\Extension;
15 15
 
16 16
 use PHPUnit\Framework\TestCase;
17
-use Sonata\AdminBundle\Admin\AdminInterface;
18 17
 use Sonata\AdminBundle\Templating\TemplateRegistryInterface;
19 18
 use Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension;
20 19
 use Symfony\Component\DependencyInjection\ContainerInterface;
Please login to merge, or discard this patch.