Completed
Push — assert-overflow ( 0688b3...fbf83a )
by Kamil
66:00 queued 44:43
created
src/Sylius/Behat/Context/Ui/Admin/ManagingProductsContext.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -248,6 +248,7 @@
 block discarded – undo
248 248
      * @Then the product :productName should appear in the store
249 249
      * @Then the product :productName should be in the shop
250 250
      * @Then this product should still be named :productName
251
+     * @param string $productName
251 252
      */
252 253
     public function theProductShouldAppearInTheShop($productName)
253 254
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,13 +16,13 @@
 block discarded – undo
16 16
 use Sylius\Behat\NotificationType;
17 17
 use Sylius\Behat\Page\Admin\Crud\CreatePageInterface;
18 18
 use Sylius\Behat\Page\Admin\Crud\UpdatePageInterface;
19
+use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface;
19 20
 use Sylius\Behat\Page\Admin\Product\CreateConfigurableProductPageInterface;
20 21
 use Sylius\Behat\Page\Admin\Product\CreateSimpleProductPageInterface;
21 22
 use Sylius\Behat\Page\Admin\Product\IndexPageInterface;
22 23
 use Sylius\Behat\Page\Admin\Product\IndexPerTaxonPageInterface;
23 24
 use Sylius\Behat\Page\Admin\Product\UpdateConfigurableProductPageInterface;
24 25
 use Sylius\Behat\Page\Admin\Product\UpdateSimpleProductPageInterface;
25
-use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface;
26 26
 use Sylius\Behat\Service\NotificationCheckerInterface;
27 27
 use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface;
28 28
 use Sylius\Behat\Service\SharedStorageInterface;
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Setup/ProductContext.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@  discard block
 block discarded – undo
16 16
 use Behat\Mink\Element\NodeElement;
17 17
 use Doctrine\Common\Persistence\ObjectManager;
18 18
 use Sylius\Behat\Service\SharedStorageInterface;
19
-use Sylius\Component\Attribute\Factory\AttributeFactoryInterface;
20 19
 use Sylius\Component\Core\Formatter\StringInflector;
21 20
 use Sylius\Component\Core\Model\ChannelInterface;
22 21
 use Sylius\Component\Core\Model\ChannelPricingInterface;
@@ -34,7 +33,6 @@  discard block
 block discarded – undo
34 33
 use Sylius\Component\Product\Resolver\ProductVariantResolverInterface;
35 34
 use Sylius\Component\Resource\Factory\FactoryInterface;
36 35
 use Sylius\Component\Resource\Model\TranslationInterface;
37
-use Sylius\Component\Resource\Repository\RepositoryInterface;
38 36
 use Sylius\Component\Shipping\Model\ShippingCategoryInterface;
39 37
 use Sylius\Component\Taxation\Model\TaxCategoryInterface;
40 38
 use Symfony\Component\HttpFoundation\File\UploadedFile;
Please login to merge, or discard this patch.