Completed
Push — bump-requirements ( 20feef...bd39d6 )
by Kamil
26:11
created
src/Sylius/Behat/Context/Ui/Admin/ManagingProductsContext.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -18,16 +18,16 @@
 block discarded – undo
18 18
 use Sylius\Behat\NotificationType;
19 19
 use Sylius\Behat\Page\Admin\Crud\CreatePageInterface;
20 20
 use Sylius\Behat\Page\Admin\Crud\UpdatePageInterface;
21
+use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface;
22
+use Sylius\Behat\Page\Admin\ProductVariant\CreatePageInterface as VariantCreatePageInterface;
23
+use Sylius\Behat\Page\Admin\ProductVariant\GeneratePageInterface;
24
+use Sylius\Behat\Page\Admin\ProductVariant\UpdatePageInterface as VariantUpdatePageInterface;
21 25
 use Sylius\Behat\Page\Admin\Product\CreateConfigurableProductPageInterface;
22 26
 use Sylius\Behat\Page\Admin\Product\CreateSimpleProductPageInterface;
23 27
 use Sylius\Behat\Page\Admin\Product\IndexPageInterface;
24 28
 use Sylius\Behat\Page\Admin\Product\IndexPerTaxonPageInterface;
25 29
 use Sylius\Behat\Page\Admin\Product\UpdateConfigurableProductPageInterface;
26 30
 use Sylius\Behat\Page\Admin\Product\UpdateSimpleProductPageInterface;
27
-use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface;
28
-use Sylius\Behat\Page\Admin\ProductVariant\CreatePageInterface as VariantCreatePageInterface;
29
-use Sylius\Behat\Page\Admin\ProductVariant\GeneratePageInterface;
30
-use Sylius\Behat\Page\Admin\ProductVariant\UpdatePageInterface as VariantUpdatePageInterface;
31 31
 use Sylius\Behat\Service\NotificationCheckerInterface;
32 32
 use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface;
33 33
 use Sylius\Behat\Service\SharedStorageInterface;
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Setup/ShippingContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use Sylius\Component\Core\Model\Scope as CoreScope;
24 24
 use Sylius\Component\Core\Model\ShippingMethodInterface;
25 25
 use Sylius\Component\Core\Repository\ShippingMethodRepositoryInterface;
26
-use Sylius\Component\Locale\Model\LocaleInterface;
27 26
 use Sylius\Component\Resource\Factory\FactoryInterface;
28 27
 use Sylius\Component\Resource\Repository\RepositoryInterface;
29 28
 use Sylius\Component\Shipping\Calculator\DefaultCalculators;
Please login to merge, or discard this patch.