@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace FSi\Bundle\AdminBundle\Factory\Worker; |
4 | 4 | |
5 | -use Doctrine\Common\Persistence\ManagerRegistry; |
|
6 | 5 | use FSi\Bundle\AdminBundle\Admin\Element; |
7 | 6 | use FSi\Bundle\AdminBundle\Admin\RequestStackAware; |
8 | 7 | use FSi\Bundle\AdminBundle\Factory\Worker; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use FSi\Bundle\AdminBundle\Event\BatchEvents; |
6 | 6 | use FSi\Bundle\AdminBundle\Exception\RequestHandlerException; |
7 | 7 | use PhpSpec\ObjectBehavior; |
8 | -use Prophecy\Argument; |
|
9 | 8 | use Symfony\Component\HttpFoundation\Response; |
10 | 9 | |
11 | 10 | class BatchFormSubmitHandlerSpec extends ObjectBehavior |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use FSi\Bundle\AdminBundle\Event\ListEvents; |
6 | 6 | use FSi\Bundle\AdminBundle\Exception\RequestHandlerException; |
7 | 7 | use PhpSpec\ObjectBehavior; |
8 | -use Prophecy\Argument; |
|
9 | 8 | use Symfony\Component\HttpFoundation\Response; |
10 | 9 | |
11 | 10 | class DataGridBindDataHandlerSpec extends ObjectBehavior |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use FSi\Bundle\AdminBundle\Event\ListEvents; |
6 | 6 | use FSi\Bundle\AdminBundle\Exception\RequestHandlerException; |
7 | 7 | use PhpSpec\ObjectBehavior; |
8 | -use Prophecy\Argument; |
|
9 | 8 | use Symfony\Component\HttpFoundation\Response; |
10 | 9 | |
11 | 10 | class DataGridSetDataHandlerSpec extends ObjectBehavior |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use FSi\Bundle\AdminBundle\Event\ListEvents; |
6 | 6 | use FSi\Bundle\AdminBundle\Exception\RequestHandlerException; |
7 | 7 | use PhpSpec\ObjectBehavior; |
8 | -use Prophecy\Argument; |
|
9 | 8 | use Symfony\Component\HttpFoundation\Response; |
10 | 9 | |
11 | 10 | class DataSourceBindParametersHandlerSpec extends ObjectBehavior |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use FSi\Bundle\AdminBundle\Event\FormEvents; |
6 | 6 | use FSi\Bundle\AdminBundle\Exception\RequestHandlerException; |
7 | 7 | use PhpSpec\ObjectBehavior; |
8 | -use Prophecy\Argument; |
|
9 | 8 | use Symfony\Component\HttpFoundation\Response; |
10 | 9 | |
11 | 10 | class FormSubmitHandlerSpec extends ObjectBehavior |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace spec\FSi\Bundle\AdminBundle\Admin\CRUD; |
4 | 4 | |
5 | 5 | use PhpSpec\ObjectBehavior; |
6 | -use Prophecy\Argument; |
|
7 | 6 | |
8 | 7 | class GenericBatchElementSpec extends ObjectBehavior |
9 | 8 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace spec\FSi\Bundle\AdminBundle\Admin\Manager; |
4 | 4 | |
5 | 5 | use PhpSpec\ObjectBehavior; |
6 | -use Prophecy\Argument; |
|
7 | 6 | |
8 | 7 | class ElementCollectionVisitorSpec extends ObjectBehavior |
9 | 8 | { |
@@ -10,7 +10,6 @@ |
||
10 | 10 | namespace spec\FSi\Bundle\AdminBundle\Admin; |
11 | 11 | |
12 | 12 | use PhpSpec\ObjectBehavior; |
13 | -use Prophecy\Argument; |
|
14 | 13 | |
15 | 14 | class ManagerSpec extends ObjectBehavior |
16 | 15 | { |