|
@@ -17,10 +17,8 @@ discard block |
|
|
block discarded – undo |
|
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 |
|
|
block discarded – undo |
|
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
|
{ |
Please login to merge, or discard this patch.