@@ -14,8 +14,8 @@ |
||
14 | 14 | use Doctrine\Common\Collections\ArrayCollection; |
15 | 15 | use Doctrine\Common\Collections\Collection; |
16 | 16 | use PhpSpec\ObjectBehavior; |
17 | -use Sylius\Component\Core\Distributor\IntegerDistributorInterface; |
|
18 | 17 | use Sylius\Component\Addressing\Model\ZoneInterface; |
18 | +use Sylius\Component\Core\Distributor\IntegerDistributorInterface; |
|
19 | 19 | use Sylius\Component\Core\Model\AdjustmentInterface; |
20 | 20 | use Sylius\Component\Core\Model\OrderInterface; |
21 | 21 | use Sylius\Component\Core\Model\OrderItemInterface; |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | 15 | use Sylius\Component\Addressing\Factory\ZoneFactoryInterface; |
16 | 16 | use Sylius\Component\Addressing\Model\CountryInterface; |
17 | -use Sylius\Component\Addressing\Model\Scope; |
|
18 | 17 | use Sylius\Component\Addressing\Model\ZoneInterface; |
19 | 18 | use Sylius\Component\Channel\Factory\ChannelFactoryInterface; |
20 | 19 | use Sylius\Component\Core\Model\ChannelInterface; |
@@ -12,9 +12,9 @@ |
||
12 | 12 | namespace spec\Sylius\Component\Currency\Context; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | +use Sylius\Component\Currency\Context\CompositeCurrencyContext; |
|
15 | 16 | use Sylius\Component\Currency\Context\CurrencyContextInterface; |
16 | 17 | use Sylius\Component\Currency\Context\CurrencyNotFoundException; |
17 | -use Sylius\Component\Currency\Context\CompositeCurrencyContext; |
|
18 | 18 | |
19 | 19 | /** |
20 | 20 | * @author Kamil Kokot <[email protected]> |
@@ -12,9 +12,9 @@ |
||
12 | 12 | namespace spec\Sylius\Component\Currency\Context; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | +use Sylius\Component\Currency\Context\CurrencyContextInterface; |
|
15 | 16 | use Sylius\Component\Currency\Context\CurrencyNotFoundException; |
16 | 17 | use Sylius\Component\Currency\Context\ProviderBasedCurrencyContext; |
17 | -use Sylius\Component\Currency\Context\CurrencyContextInterface; |
|
18 | 18 | use Sylius\Component\Currency\Provider\CurrencyProviderInterface; |
19 | 19 | |
20 | 20 | /** |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | 15 | use Sylius\Component\Currency\Model\Currency; |
16 | 16 | use Sylius\Component\Currency\Model\CurrencyInterface; |
17 | -use Sylius\Component\Resource\Model\ToggleableInterface; |
|
18 | 17 | |
19 | 18 | final class CurrencySpec extends ObjectBehavior |
20 | 19 | { |
@@ -11,9 +11,9 @@ |
||
11 | 11 | |
12 | 12 | namespace spec\Sylius\Component\Currency\Model; |
13 | 13 | |
14 | +use PhpSpec\ObjectBehavior; |
|
14 | 15 | use Sylius\Component\Currency\Model\CurrencyInterface; |
15 | 16 | use Sylius\Component\Currency\Model\ExchangeRate; |
16 | -use PhpSpec\ObjectBehavior; |
|
17 | 17 | use Sylius\Component\Currency\Model\ExchangeRateInterface; |
18 | 18 | |
19 | 19 | /** |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | 15 | use Symfony\Component\Form\FormTypeInterface; |
16 | -use Symfony\Component\OptionsResolver\OptionsResolver; |
|
17 | 16 | |
18 | 17 | /** |
19 | 18 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -12,9 +12,9 @@ |
||
12 | 12 | namespace spec\Sylius\Component\Locale\Context; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | +use Sylius\Component\Locale\Context\CompositeLocaleContext; |
|
15 | 16 | use Sylius\Component\Locale\Context\LocaleContextInterface; |
16 | 17 | use Sylius\Component\Locale\Context\LocaleNotFoundException; |
17 | -use Sylius\Component\Locale\Context\CompositeLocaleContext; |
|
18 | 18 | |
19 | 19 | /** |
20 | 20 | * @author Kamil Kokot <[email protected]> |
@@ -12,9 +12,9 @@ |
||
12 | 12 | namespace spec\Sylius\Component\Locale\Context; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | +use Sylius\Component\Locale\Context\LocaleContextInterface; |
|
15 | 16 | use Sylius\Component\Locale\Context\LocaleNotFoundException; |
16 | 17 | use Sylius\Component\Locale\Context\ProviderBasedLocaleContext; |
17 | -use Sylius\Component\Locale\Context\LocaleContextInterface; |
|
18 | 18 | use Sylius\Component\Locale\Provider\LocaleProviderInterface; |
19 | 19 | |
20 | 20 | /** |