@@ -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 | { |
@@ -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 |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use FSi\Bundle\AdminBundle\Exception\RuntimeException; |
| 6 | 6 | use PhpSpec\ObjectBehavior; |
| 7 | -use Prophecy\Argument; |
|
| 8 | 7 | |
| 9 | 8 | class ResourceFormBuilderSpec extends ObjectBehavior |
| 10 | 9 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace spec\FSi\Bundle\AdminBundle\Controller; |
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | -use Prophecy\Argument; |
|
| 7 | 6 | |
| 8 | 7 | class AdminControllerSpec extends ObjectBehavior |
| 9 | 8 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace spec\FSi\Bundle\AdminBundle\DataGrid\Extension\Admin\ColumnTypeExtension; |
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | -use Prophecy\Argument; |
|
| 7 | 6 | |
| 8 | 7 | class AttributesExtensionSpec extends ObjectBehavior |
| 9 | 8 | { |
@@ -242,8 +242,6 @@ |
||
| 242 | 242 | /** |
| 243 | 243 | * @param \FSi\Bundle\AdminBundle\Admin\Manager $manager |
| 244 | 244 | * @param \FSi\Bundle\AdminBundle\Admin\CRUD\BatchElement $batchElement |
| 245 | - * @param \Symfony\Component\HttpFoundation\Request $request |
|
| 246 | - * @param \Symfony\Component\HttpFoundation\ParameterBag $queryAttributes |
|
| 247 | 245 | * @param \Symfony\Component\Routing\RouterInterface $router |
| 248 | 246 | * @param \Symfony\Component\Form\Test\FormBuilderInterface $formBuilder |
| 249 | 247 | * @param \Symfony\Component\Form\FormView $formView |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace spec\FSi\Bundle\AdminBundle\Display\Property\Formatter; |
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | -use Prophecy\Argument; |
|
| 7 | 6 | |
| 8 | 7 | class BooleanSpec extends ObjectBehavior |
| 9 | 8 | { |