|
@@ -7,10 +7,8 @@ |
|
|
block discarded – undo |
|
7
|
7
|
use PHPUnit\Framework\Assert; |
|
8
|
8
|
use Prophecy\Prophecy\ProphecyInterface; |
|
9
|
9
|
use Sylius\Bundle\AddressingBundle\Form\Type\CountryChoiceType; |
|
10
|
|
-use Sylius\Component\Addressing\Model\Country; |
|
11
|
10
|
use Sylius\Component\Addressing\Model\CountryInterface; |
|
12
|
11
|
use Sylius\Component\Resource\Repository\RepositoryInterface; |
|
13
|
|
-use Symfony\Component\Form\ChoiceList\View\ChoiceListView; |
|
14
|
12
|
use Symfony\Component\Form\ChoiceList\View\ChoiceView; |
|
15
|
13
|
use Symfony\Component\Form\PreloadedExtension; |
|
16
|
14
|
use Symfony\Component\Form\Test\TypeTestCase; |
Please login to merge, or discard this patch.