@@ -45,7 +45,6 @@ |
||
| 45 | 45 | use Sonata\Form\Validator\Constraints\InlineConstraint; |
| 46 | 46 | use Sonata\Form\Validator\ErrorElement; |
| 47 | 47 | use Symfony\Component\Form\Extension\Core\Type\HiddenType; |
| 48 | -use Symfony\Component\Form\Form; |
|
| 49 | 48 | use Symfony\Component\Form\FormBuilderInterface; |
| 50 | 49 | use Symfony\Component\Form\FormEvent; |
| 51 | 50 | use Symfony\Component\Form\FormEvents; |
@@ -17,10 +17,8 @@ discard block |
||
| 17 | 17 | use Sonata\AdminBundle\Admin\AdminHelper; |
| 18 | 18 | use Sonata\AdminBundle\Admin\AdminInterface; |
| 19 | 19 | use Sonata\AdminBundle\Admin\FieldDescriptionInterface; |
| 20 | -use Sonata\AdminBundle\Admin\Pool; |
|
| 21 | 20 | use Sonata\AdminBundle\Tests\Fixtures\Entity\Bar; |
| 22 | 21 | use Sonata\AdminBundle\Tests\Fixtures\Entity\Foo; |
| 23 | -use Symfony\Component\DependencyInjection\Container; |
|
| 24 | 22 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
| 25 | 23 | use Symfony\Component\Form\DataMapperInterface; |
| 26 | 24 | use Symfony\Component\Form\Extension\Core\Type\CheckboxType; |
@@ -30,7 +28,6 @@ discard block |
||
| 30 | 28 | use Symfony\Component\Form\FormView; |
| 31 | 29 | use Symfony\Component\HttpFoundation\ParameterBag; |
| 32 | 30 | use Symfony\Component\HttpFoundation\Request; |
| 33 | -use Symfony\Component\PropertyAccess\PropertyAccessorBuilder; |
|
| 34 | 31 | |
| 35 | 32 | class AdminHelperTest extends TestCase |
| 36 | 33 | { |