Skip to content

Commit

Permalink
Fix test after drop CoreBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
wbloszyk authored and greg0ire committed Jun 26, 2020
1 parent 14e2a75 commit 2275a93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Builder/FormContractorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
use Sonata\AdminBundle\Form\Type\ModelListType;
use Sonata\AdminBundle\Form\Type\ModelType;
use Sonata\AdminBundle\Model\ModelManagerInterface;
use Sonata\CoreBundle\Form\Type\CollectionType as DeprecatedCollectionType;
use Sonata\DoctrineORMAdminBundle\Builder\FormContractor;
use Sonata\DoctrineORMAdminBundle\Model\ModelManager;
use Sonata\Form\Type\CollectionType;
Expand Down Expand Up @@ -90,7 +89,6 @@ public function testDefaultOptionsForSonataFormTypes(): void
AdminType::class,
];
$collectionTypes = [
DeprecatedCollectionType::class,
CollectionType::class,
];

Expand Down

0 comments on commit 2275a93

Please sign in to comment.