@@ -13,8 +13,6 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Behat\Mink\Driver\Selenium2Driver; |
| 15 | 15 | use Behat\Mink\Exception\ElementNotFoundException; |
| 16 | -use Sylius\Behat\Behaviour\ChoosesCalculator; |
|
| 17 | -use Sylius\Behat\Behaviour\SpecifiesItsAmount; |
|
| 18 | 16 | use Sylius\Behat\Behaviour\SpecifiesItsCode; |
| 19 | 17 | use Sylius\Behat\Page\Admin\Crud\CreatePage as BaseCreatePage; |
| 20 | 18 | use Sylius\Component\Core\Formatter\StringInflector; |
@@ -16,7 +16,6 @@ |
||
| 16 | 16 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 17 | 17 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
| 18 | 18 | use Symfony\Component\DependencyInjection\Parameter; |
| 19 | -use Symfony\Component\DependencyInjection\Reference; |
|
| 20 | 19 | |
| 21 | 20 | /** |
| 22 | 21 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | use Sylius\Bundle\PromotionBundle\Form\Type\Action\FixedDiscountConfigurationType; |
| 15 | 15 | use Sylius\Component\Core\Distributor\ProportionalIntegerDistributorInterface; |
| 16 | 16 | use Sylius\Component\Core\Promotion\Applicator\UnitsPromotionAdjustmentsApplicatorInterface; |
| 17 | -use Sylius\Component\Currency\Converter\CurrencyConverterInterface; |
|
| 18 | 17 | use Sylius\Component\Promotion\Model\PromotionInterface; |
| 19 | 18 | use Sylius\Component\Promotion\Model\PromotionSubjectInterface; |
| 20 | 19 | use Webmozart\Assert\Assert; |
@@ -13,7 +13,7 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Sylius\Component\Core\Model\ShipmentInterface; |
| 15 | 15 | use Sylius\Component\Shipping\Calculator\CalculatorInterface; |
| 16 | -use Sylius\Component\Shipping\Model\ShipmentInterface as BaseShipmentInterface; |
|
| 16 | +use Sylius\Component\Shipping\Model\ShipmentInterface as BaseShipmentInterface; |
|
| 17 | 17 | use Webmozart\Assert\Assert; |
| 18 | 18 | |
| 19 | 19 | /** |
@@ -16,15 +16,15 @@ |
||
| 16 | 16 | use Sylius\Behat\Page\Shop\Account\DashboardPageInterface; |
| 17 | 17 | use Sylius\Behat\Page\Shop\Account\LoginPageInterface; |
| 18 | 18 | use Sylius\Behat\Page\Shop\Account\ProfileUpdatePageInterface; |
| 19 | -use Sylius\Behat\Page\Shop\Account\VerificationPageInterface; |
|
| 20 | 19 | use Sylius\Behat\Page\Shop\Account\RegisterPageInterface; |
| 20 | +use Sylius\Behat\Page\Shop\Account\VerificationPageInterface; |
|
| 21 | 21 | use Sylius\Behat\Page\Shop\HomePageInterface; |
| 22 | 22 | use Sylius\Behat\Service\NotificationCheckerInterface; |
| 23 | 23 | use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface; |
| 24 | -use Sylius\Behat\Service\SharedStorageInterface; |
|
| 25 | 24 | use Sylius\Behat\Service\SecurityServiceInterface; |
| 26 | -use Sylius\Component\Core\Model\ShopUserInterface; |
|
| 25 | +use Sylius\Behat\Service\SharedStorageInterface; |
|
| 27 | 26 | use Sylius\Component\Core\Model\CustomerInterface; |
| 27 | +use Sylius\Component\Core\Model\ShopUserInterface; |
|
| 28 | 28 | use Webmozart\Assert\Assert; |
| 29 | 29 | |
| 30 | 30 | /** |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace Sylius\Bundle\CoreBundle\Fixture\Factory; |
| 13 | 13 | |
| 14 | -use Doctrine\Common\Persistence\ObjectManager; |
|
| 15 | 14 | use Sylius\Component\Core\Formatter\StringInflector; |
| 16 | 15 | use Sylius\Component\Core\Model\TaxonInterface; |
| 17 | 16 | use Sylius\Component\Locale\Model\LocaleInterface; |
@@ -14,9 +14,7 @@ |
||
| 14 | 14 | use Sylius\Bundle\ResourceBundle\DependencyInjection\Extension\AbstractResourceExtension; |
| 15 | 15 | use Symfony\Component\Config\FileLocator; |
| 16 | 16 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 17 | -use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface; |
|
| 18 | 17 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
| 19 | -use Symfony\Component\DependencyInjection\Reference; |
|
| 20 | 18 | |
| 21 | 19 | /** |
| 22 | 20 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Sylius\Component\Core\Model\OrderInterface; |
| 16 | 16 | use Sylius\Component\Core\Model\OrderItemInterface; |
| 17 | 17 | use Sylius\Component\Core\Model\OrderItemUnitInterface; |
| 18 | -use Sylius\Component\Promotion\Action\PromotionActionCommandInterface; |
|
| 19 | 18 | use Sylius\Component\Promotion\Model\PromotionInterface; |
| 20 | 19 | use Sylius\Component\Promotion\Model\PromotionSubjectInterface; |
| 21 | 20 | use Sylius\Component\Resource\Exception\UnexpectedTypeException; |
@@ -12,8 +12,6 @@ |
||
| 12 | 12 | namespace Sylius\Behat\Context\Ui\Shop; |
| 13 | 13 | |
| 14 | 14 | use Behat\Behat\Context\Context; |
| 15 | -use Behat\Mink\Exception\ElementNotFoundException; |
|
| 16 | -use Behat\Mink\Exception\Exception; |
|
| 17 | 15 | use Sylius\Behat\NotificationType; |
| 18 | 16 | use Sylius\Behat\Page\PageInterface; |
| 19 | 17 | use Sylius\Behat\Page\Shop\Account\ChangePasswordPageInterface; |